Xj3D 2.0 VRML/X3D Code API

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
static int ACTION_KEY_DOWN
          The Down Arrow key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_END
          The End key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F1
          The F1 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F10
          The F10 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F11
          The F11 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F12
          The F12 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F2
          The F2 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F3
          The F3 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F4
          The F4 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F5
          The F5 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F6
          The F6 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F7
          The F7 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F8
          The F8 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_F9
          The F9 key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_HOME
          The Home key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_LEFT
          The Left Arrow key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_PGDN
          The Page Down key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_PGUP
          The Page Up key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_RIGHT
          The Right Arrow key action code, defined by the X3D KeySensor spec
static int ACTION_KEY_UP
          The Up Arrow key action code, defined by the X3D KeySensor spec
static int CHAR_KEY_BACKSPACE
          The constant defining that the character is the Backspace key
static int CHAR_KEY_ENTER
          The constant defining that the character is the Enter key
static int KEY_CODE_UNDEFINED
          The constant defining that no action or modifier code is associated with the key
static int MODIFIER_KEY_ALT
          The Alt key modifier code
static int MODIFIER_KEY_BASE
          The modifier key code base identifier
static int MODIFIER_KEY_CONTROL
          The Control key modifier code
static int MODIFIER_KEY_SHIFT
          The Shift key modifier code
 

Field Detail

ACTION_KEY_F1

static final int ACTION_KEY_F1
The F1 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_F2

static final int ACTION_KEY_F2
The F2 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_F3

static final int ACTION_KEY_F3
The F3 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_F4

static final int ACTION_KEY_F4
The F4 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_F5

static final int ACTION_KEY_F5
The F5 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_F6

static final int ACTION_KEY_F6
The F6 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_F7

static final int ACTION_KEY_F7
The F7 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_F8

static final int ACTION_KEY_F8
The F8 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_F9

static final int ACTION_KEY_F9
The F9 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_F10

static final int ACTION_KEY_F10
The F10 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_F11

static final int ACTION_KEY_F11
The F11 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_F12

static final int ACTION_KEY_F12
The F12 key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_HOME

static final int ACTION_KEY_HOME
The Home key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_END

static final int ACTION_KEY_END
The End key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_PGUP

static final int ACTION_KEY_PGUP
The Page Up key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_PGDN

static final int ACTION_KEY_PGDN
The Page Down key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_UP

static final int ACTION_KEY_UP
The Up Arrow key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_DOWN

static final int ACTION_KEY_DOWN
The Down Arrow key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_LEFT

static final int ACTION_KEY_LEFT
The Left Arrow key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

ACTION_KEY_RIGHT

static final int ACTION_KEY_RIGHT
The Right Arrow key action code, defined by the X3D KeySensor spec

See Also:
Constant Field Values

MODIFIER_KEY_BASE

static final int MODIFIER_KEY_BASE
The modifier key code base identifier

See Also:
Constant Field Values

MODIFIER_KEY_ALT

static final int MODIFIER_KEY_ALT
The Alt key modifier code

See Also:
Constant Field Values

MODIFIER_KEY_CONTROL

static final int MODIFIER_KEY_CONTROL
The Control key modifier code

See Also:
Constant Field Values

MODIFIER_KEY_SHIFT

static final int MODIFIER_KEY_SHIFT
The Shift key modifier code

See Also:
Constant Field Values

CHAR_KEY_ENTER

static final int CHAR_KEY_ENTER
The constant defining that the character is the Enter key

See Also:
Constant Field Values

CHAR_KEY_BACKSPACE

static final int CHAR_KEY_BACKSPACE
The constant defining that the character is the Backspace key

See Also:
Constant Field Values

KEY_CODE_UNDEFINED

static final int KEY_CODE_UNDEFINED
The constant defining that no action or modifier code is associated with the key

See Also:
Constant Field Values

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium