Window Move Event
Description
In BBj 6.0 and higher, the user moved the window.
|
Mandatory/Optional |
Optional. |
|
Event Mask Bit |
$00000002$ |
Event Template
context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)
|
Field |
Description |
|
context |
Window the user moved. |
|
code |
L |
|
id |
0 |
|
flags |
0 |
|
x |
New horizontal window location, in pixels. |
|
y |
New vertical window location, in pixels. |