The `onMouseMove' callback


Event number: 15
Generated for: Any visible control

A Mouse Move event is generated when the user moves the mouse over a control. The event-specific parameters in ŒEV are (in index origin 1):

        ŒEV[6]         Mouse vertical position in window pixel coordinates
        ŒEV[7]         Mouse horizontal position in window pixel coordinates
        ŒEV[8]         0
        ŒEV[9]         Modifiers:
                       (0=unshifted, 1=shifted, 2=alt/option,
                       4=control, 8=command, and sums thereof)

Topic: APLX Help : System Classes : Callbacks : onMouseMove
[ Previous | Next | Contents | Index ]