These events are generated by wWindow when the window is moved or about to move.
| Superclass: | wEvent |
|---|
| Seealso: | wWindow |
|---|
| Events: |
|
|---|
Consts
wEvent_Move = 0x00000003
wEvent_Moving = 0x00000216
wEvent_Dragging = 32787'i32
Methods
method getPosition(self: wMoveEvent): wPoint {...}{.raises: [], tags: [].}
- Returns the entire size of the window generating the size change event.
method setPosition(self: wMoveEvent; x: int; y: int) {...}{.raises: [], tags: [].}
method setPosition(self: wMoveEvent; pos: wPoint) {...}{.raises: [], tags: [].}