struct Espresso::MouseMoveEvent
- Espresso::MouseMoveEvent
- Espresso::MouseEvent
- Espresso::WindowEvent
- Struct
- Value
- Object
Overview
Event triggered when the mouse moves.
Defined in:
espresso/events/mouse_move_event.crInstance Method Summary
-
#coordinates : Coordinates
The new cursor position, relative to the top-left corner of the content area.
-
#position : Coordinates
The new cursor position, relative to the top-left corner of the content area.
-
#x : Float64
The new cursor x-coordinate, relative to the left edge of the content area.
-
#y : Float64
The new cursor y-coordinate, relative to the top edge of the content area.
Instance methods inherited from struct Espresso::MouseEvent
mouse : Mouse
mouse
Instance methods inherited from struct Espresso::WindowEvent
window : Window
window
Instance Method Detail
def coordinates : Coordinates
#
The new cursor position, relative to the top-left corner of the content area.
def position : Coordinates
#
The new cursor position, relative to the top-left corner of the content area.