Mouse Move Event

Description

For BBj-specific information, see Mouse Move Event - BBj.

The user moved the mouse. If the Shift or Ctrl key was also pressed when the mouse was moved, it is identified in the flags field.

Mandatory/Optional

Optional.

Event Mask Bit

$00000100$

Event Template

context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)

Field

Description

context

Current window

code

m

id

0

flags

Key pressed:

$01$ = Shift

$02$ = Ctrl

x

Horizontal position of the location to which the mouse was moved.

y

Vertical position of the location to which the mouse was moved.