Package org.web3d.vrml.util
Interface Xj3DKeyCode
public interface Xj3DKeyCode
The key code identifiers of the set of character and non-character
generating keys that are specifically identified by the X3D spec.
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The Down Arrow key action code, defined by the X3D KeySensor specstatic final int
The End key action code, defined by the X3D KeySensor specstatic final int
The F1 key action code, defined by the X3D KeySensor specstatic final int
The F10 key action code, defined by the X3D KeySensor specstatic final int
The F11 key action code, defined by the X3D KeySensor specstatic final int
The F12 key action code, defined by the X3D KeySensor specstatic final int
The F2 key action code, defined by the X3D KeySensor specstatic final int
The F3 key action code, defined by the X3D KeySensor specstatic final int
The F4 key action code, defined by the X3D KeySensor specstatic final int
The F5 key action code, defined by the X3D KeySensor specstatic final int
The F6 key action code, defined by the X3D KeySensor specstatic final int
The F7 key action code, defined by the X3D KeySensor specstatic final int
The F8 key action code, defined by the X3D KeySensor specstatic final int
The F9 key action code, defined by the X3D KeySensor specstatic final int
The Home key action code, defined by the X3D KeySensor specstatic final int
The Left Arrow key action code, defined by the X3D KeySensor specstatic final int
The Page Down key action code, defined by the X3D KeySensor specstatic final int
The Page Up key action code, defined by the X3D KeySensor specstatic final int
The Right Arrow key action code, defined by the X3D KeySensor specstatic final int
The Up Arrow key action code, defined by the X3D KeySensor specstatic final int
The constant defining that the character is the Backspace keystatic final int
The constant defining that the character is the Enter keystatic final int
The constant defining that no action or modifier code is associated with the keystatic final int
The Alt key modifier codestatic final int
The modifier key code base identifierstatic final int
The Control key modifier codestatic final int
The Shift key modifier code
-
Field Details
-
ACTION_KEY_F1
static final int ACTION_KEY_F1The F1 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_F2
static final int ACTION_KEY_F2The F2 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_F3
static final int ACTION_KEY_F3The F3 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_F4
static final int ACTION_KEY_F4The F4 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_F5
static final int ACTION_KEY_F5The F5 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_F6
static final int ACTION_KEY_F6The F6 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_F7
static final int ACTION_KEY_F7The F7 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_F8
static final int ACTION_KEY_F8The F8 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_F9
static final int ACTION_KEY_F9The F9 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_F10
static final int ACTION_KEY_F10The F10 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_F11
static final int ACTION_KEY_F11The F11 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_F12
static final int ACTION_KEY_F12The F12 key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_HOME
static final int ACTION_KEY_HOMEThe Home key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_END
static final int ACTION_KEY_ENDThe End key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_PGUP
static final int ACTION_KEY_PGUPThe Page Up key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_PGDN
static final int ACTION_KEY_PGDNThe Page Down key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_UP
static final int ACTION_KEY_UPThe Up Arrow key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_DOWN
static final int ACTION_KEY_DOWNThe Down Arrow key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_LEFT
static final int ACTION_KEY_LEFTThe Left Arrow key action code, defined by the X3D KeySensor spec- See Also:
-
ACTION_KEY_RIGHT
static final int ACTION_KEY_RIGHTThe Right Arrow key action code, defined by the X3D KeySensor spec- See Also:
-
MODIFIER_KEY_BASE
static final int MODIFIER_KEY_BASEThe modifier key code base identifier- See Also:
-
MODIFIER_KEY_ALT
static final int MODIFIER_KEY_ALTThe Alt key modifier code- See Also:
-
MODIFIER_KEY_CONTROL
static final int MODIFIER_KEY_CONTROLThe Control key modifier code- See Also:
-
MODIFIER_KEY_SHIFT
static final int MODIFIER_KEY_SHIFTThe Shift key modifier code- See Also:
-
CHAR_KEY_ENTER
static final int CHAR_KEY_ENTERThe constant defining that the character is the Enter key- See Also:
-
CHAR_KEY_BACKSPACE
static final int CHAR_KEY_BACKSPACEThe constant defining that the character is the Backspace key- See Also:
-
KEY_CODE_UNDEFINED
static final int KEY_CODE_UNDEFINEDThe constant defining that no action or modifier code is associated with the key- See Also:
-