Struct mouse_move_event_t
Native mouse move event.
public struct mouse_move_event_t
- Inherited Members
- Extension Methods
Fields
cursor_x
Cursor position x.
public int cursor_x
Field Value
cursor_y
Cursor position y.
public int cursor_y
Field Value
type
Event type.
public ui_event_type type