B_MOUSE_MOVED
Source: The system.
Target: The BWindow of the view the mouse is pointing to.
Hook: BView::MouseMoved()
Sent when the user moves the mouse.
Field Type code Description
"when" B_INT64_TYPE Event time, in microseconds since 01/01/70
"where" B_POINT_TYPE The mouse's new location in window coordinates.
"buttons" B_INT32_TYPE The mouse buttons that are down.
should we add:
"modifiers" B_INT32_TYPE The modifier keys that were in effect at the
time of the event
???