Name

LzKeys — Keyboard input service.

Synopsis

JavaScript: LzKeys
Type: Object
Access: public
Topic: LFC.Services
Declared in: WEB-INF/lps/lfc/services/platform/dhtml/LzKeys.js

Description

LzKeys is a service that provides key handling messages. Objects can also register callbacks to be sent when specific key combinitions are down.

Details

Static Properties (3)

downKeysHash
static public var downKeysHash = { ... };
keyCodes
static public var keyCodes = { ... };
mousewheeldelta
static public var mousewheeldelta = 0.0;

Static Methods (4)

callOnKeyCombo()
static public function callOnKeyCombo(who, k);
isKeyDown()
static public function isKeyDown(k);
__keyboardEvent()
static private function __keyboardEvent(delta, keycode);
__mousewheelEvent()
static private function __mousewheelEvent(delta);

Static Events (3)

onkeydown
static public event onkeydown;
onkeyup
static public event onkeyup;
onmousewheeldelta
static public event onmousewheeldelta;

JavaScript Synopsis

public var LzKeys = { ... };