MouseEvent
Category | class |
Type | hime_mouse_event_t |
Inherits | LocatedEvent |
Mouse event.
Methods
int hime_mouse_event_get_click_count(self)
Get the click count.
Can be 1, 2 or 3 for mousedown messages, 0 otherwise.
Parameters
Return
int
hime_vector2df_t hime_mouse_event_get_movement(self)
Get the movement since last event.
Parameters
Return
hime_vector2df_t