|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| KeyCode | Set of key codes for KeyEvent, objects. |
| KeyEvent | An event which indicates that a keystroke occurred in a Node, . |
| MouseButton | Mapping for Button Names |
| MouseEvent |
The mouse (pointer's) location is available relative to several
coordinate systems: x,y - relative to the origin of the
MouseEvent's node, sceneX,sceneY - relative to to the
origin of the
Scene
that contains the node,
screenX,screenY - relative to origin of the screen that
contains the mouse pointer, dragX, dragY - if the
MouseEvent is part of a press-drag-release gesture, then relative
to the location of the press event, otherwise 0.
|