Event
Framework-level enum for all built-in Malena events.
@ TEXT_ENTERED
Unicode character entered while component has focus.
@ MOUSE_RELEASED
Raw mouse button released over component.
@ UPDATE
Every frame, before drawing.
@ WINDOW_FOCUS_GAINED
Application window gained OS focus.
@ CLICK
Mouse button released over component.
@ WINDOW_RESIZED
Application window was resized.
@ SCROLL
Mouse wheel scrolled over component.
@ MOUSE_MOVED
Mouse moved anywhere in window.
@ MOUSE_PRESSED
Raw mouse button pressed over component.
@ UNHOVER
Mouse left component bounds.
@ FOCUS
Component gained keyboard focus.
@ WINDOW_FOCUS_LOST
Application window lost OS focus.
@ KEYPRESS
Key pressed while component has focus.
@ KEY_RELEASE
Key released while component has focus.
@ HOVER
Mouse entered component bounds.
@ BLUR
Component lost keyboard focus.
@ DRAG
Component is being dragged.