Mouse Enter/Exit Event
Description
In BBj 4.0 and higher, the mouse enters or exits the window or control.
Remarks
An ON_MOUSE_EXIT if fired when the mouse enters a control on that window.
|
Mandatory/Optional |
Optional |
|
Event Mask Bit |
$10000000$ |
Event Template
context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)
|
Field |
Description |
|
context |
Context of the window on which the mouse enter/exit event occurred. |
|
code |
E |
|
id |
Control ID of the control (or 0 if window) on which the mouse enter/exit event occurred. |
|
flags |
0 – ON_MOUSE_ENTER: Mouse enters the window or control 1 – ON_MOUSE_EXIT: Mouse exits the window or control |
|
x |
0 |
|
y |
0 |
Example
|