Key Event

From Documentation
Revision as of 10:12, 25 June 2013 by Hawk (talk | contribs) (Created page with "Key event *Key event represents a key pressed by the user. onCtrlKey - This event is fired when the user presses a key along with a ctrl key. Event listeners are provided with K...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Key event

  • Key event represents a key pressed by the user.

onCtrlKey - This event is fired when the user presses a key along with a ctrl key. Event listeners are provided with KeyEvent in the event listener.