List of events
Category |
Event |
|
|
Misc |
Attach - Fired when the component is attached to the UI. * Click - fired when the component was clicked on Detach - Fired when the component is detached from the UI. * Blur - Fired when a component loses focus. * Focus - Fired when a component gets the focus. * CompositionEnd - Fired when the composition of a character is finished (e.g. eie Korean character). * CompositionStart - Fired when the composition of a character has been started (e.g. a Korean character). * CompositionUpdate - Fired when the composition of a character has been updated (e.g. a Korean character). * Input - Fired when a character is entered KeyDown - Fired when a key is pressed down. * KeyPress - Fired when a key was pressed. * KeyUp - Fired when a key is released again. |