Class: CUI.KeyboardEvent
Defined in: | base/Events/KeyboardEvent.coffee |
Inherits: | CUI.Event |
Overview
- coffeescript-ui - Coffeescript User Interface System (CUI)
- Copyright (c) 2013 - 2016 Programmfabrik GmbH
- MIT Licence
- https://github.com/programmfabrik/coffeescript-ui, http://www.coffeescript-ui.org
Variables Summary
Variable inherited from CUI.Event
Class Method Summary
Instance Method Summary
- # (void) getKeyboard()
- # (void) getKeyboardKey() Returns the visible keyboard key "key" only returns the native event key which is different between OSs
- # (void) key()
- # (void) dump()
Inherited Method Summary
Methods inherited from
CUI.Event
#initOpts #readOpts #__setListener #__setPhase #isExcludeSelf #getPhase #getType #getDebug #getInfo #getNode #getElement #isBubble #isSink #isInDOM #setNativeEvent #getNativeEvent #getPointTarget #getTarget #setTarget #getCurrentTarget #setCurrentTarget #getModifiers #hasModifierKey #getButton #keyCode #metaKey #ctrlKey #altKey #shiftKey #clientX #clientY #pageX #pageY #stopImmediatePropagation #stopPropagation #preventDefault #isImmediatePropagationStopped #isPropagationStopped #isDefaultPrevented #dispatch #dump #stop .require .createFromDOMEvent #getElementClass #getUniqueId #getOpts #getOpt #hasOpt #getSetOpt #hasSetOpt #copy #mergeOpt #removeOpt #addOpt #addOpts #mergeOpts #__getCheckMap #readOptsFromAttr #proxy #destroy #isDestroyed .getOptKeys
Class Method Details
.
(void)
__initKeyboardListener()
Instance Method Details
#
(void)
getKeyboard()
#
(void)
getKeyboardKey()
Returns the visible keyboard key "key" only returns the native event key which is different between OSs
#
(void)
key()
#
(void)
dump()