Name
LzMouseKernel (dhtml)
Description
LzMouseKernel.js
Details
Static Properties (9)
-
__callback (dhtml)
-
static public var __callback = null;
-
__defaultcontextmenu (dhtml)
-
static public var __defaultcontextmenu = null;
-
__lastMouseDown (dhtml)
-
static public var __lastMouseDown = null;
-
owner (dhtml)
-
static public var owner = null;
-
__scope (dhtml)
-
static public var __scope = null;
-
__showhand (dhtml)
-
static public var __showhand = pointer;
-
__showncontextmenu (dhtml)
-
static public var __showncontextmenu = null;
-
__x (dhtml)
-
static public var __x = 0.0;
-
__y (dhtml)
-
static public var __y = 0.0;
Static Methods (7)
-
lock() (dhtml)
-
static public function lock();
-
__mouseEvent() (dhtml)
-
static public function __mouseEvent(e);
-
restoreCursor() (dhtml)
-
static public function restoreCursor();
-
setCallback() (dhtml)
-
static public function setCallback(scope, funcname);
-
setCursorGlobal() (dhtml)
-
static public function setCursorGlobal(n);
-
showHandCursor() (dhtml)
-
static public function showHandCursor(show);
-
unlock() (dhtml)
-
static public function unlock();
JavaScript Synopsis
private var LzMouseKernel = { ... };