[go: up one dir, main page]

Module event_id

Module event_id 

Source
Expand description

Event identifiers.

Structs§

EventId
Used to identify events arguments provided by traits.

Constants§

AFTER_RENDER
Event id for after render event.
BUTTON
Event id for button event.
CLOSE
Event id for close event.
CONTROLLER_AXIS
Event id for controller axis event.
CURSOR
Event id for cursor event.
FILE_DRAG
Event id for file drag event.
FOCUS
Event id for focus event.
IDLE
Event id for idle event.
MOUSE_CURSOR
Event id for mouse cursor event.
MOUSE_RELATIVE
Event id for mouse relative event.
MOUSE_SCROLL
Event id for mouse scroll event.
RENDER
Event id for render event.
RESIZE
Event id for resize event.
TEXT
Event id for text event.
TOUCH
Event id for touch event.
UPDATE
Event id for update event.