Window Resize Event
Description
The user resized the window.
Mandatory/Optional |
Optional. |
Event Mask Bit |
$00000008$ |
Event Template
context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)
Field |
Description |
context |
Window that was resized. |
code |
S |
id |
0 |
flags |
In BBj 17.0 and higher, returns whether the window still being resized (1=yes, 0=no). If the underlying windowing system doesn't make that information available, this always returns 0. |
x |
New horizontal window size, in pixels. |
y |
New vertical window size, in pixels. |