Name
LzKeyboardKernel (svg)
Description
LzKeyboardKernel.js
Details
Static Properties (4)
-
__callback (svg)
-
static public var __callback = null;
-
__cancelEnter (svg)
-
static public var __cancelEnter = true;
-
__downKeysHash (svg)
-
static public var __downKeysHash = { ... };
-
__scope (svg)
-
static public var __scope = null;
Static Methods (2)
-
__keyboardEvent() (svg)
-
static public function __keyboardEvent(e, eventname);
-
setCallback() (svg)
-
static public function setCallback(scope, funcname);
JavaScript Synopsis
private var LzKeyboardKernel = { ... };