struct Espresso::WindowMoveEvent
- Espresso::WindowMoveEvent
- Espresso::WindowEvent
- Struct
- Value
- Object
Overview
Event triggered when the window is moved.
Defined in:
espresso/events/window_move_event.crInstance Method Summary
-
#position : Position
The new coordinates of the upper-left corner of the content area of the window.
-
#x : Int32
The new x-coordinate, in screen coordinates, of the upper-left corner of the content area of the window.
-
#y : Int32
The new y-coordinate, in screen coordinates, of the upper-left corner of the content area of the window.
Instance methods inherited from struct Espresso::WindowEvent
window : Window
window
Instance Method Detail
The new coordinates of the upper-left corner of the content area of the window.
def x : Int32
#
The new x-coordinate, in screen coordinates, of the upper-left corner of the content area of the window.
def y : Int32
#
The new y-coordinate, in screen coordinates, of the upper-left corner of the content area of the window.