MSM-Workstation
Events

ptrMove

The low level event ptrMove may occur for windows and for components of the type Generic Box.

The event ptrMove occurs when the pointer is being moved without any pointer buttons depressed.

Information about the position of the pointer and about the pointer-button(s) pressed can be obtained using the macros %%EvPtrButton, %%EvPtrPos and %%EvPtrState.

Hint: action logic for the event ptrDown is typically related to dragging activity.
Any other action logic is often more appropriate when the event ptrUp occurs.
See also the event ptrDrag.

In MWAPI, this event is called "PMOVE".

Go to the alphabetic list of events.