Jeospace API

org.jeospace.x3d.node
Class KeySensor

java.lang.Object
  extended byorg.jeospace.x3d.node.Node
      extended byorg.jeospace.x3d.node.KeySensor

public class KeySensor
extends Node

An SAI KeySensor node wrapper.

Version:
$Revision: 1.2 $
Author:
Rex Melton

Field Summary
 org.web3d.x3d.sai.SFInt32 actionKeyPress
          The actionKeyPress eventOut
 org.web3d.x3d.sai.SFInt32 actionKeyRelease
          The actionKeyRelease eventOut
 org.web3d.x3d.sai.SFBool altKey
          The altKey eventOut
 org.web3d.x3d.sai.SFBool controlKey
          The controlKey eventOut
 org.web3d.x3d.sai.SFBool enabled
          The enabled exposedField
 org.web3d.x3d.sai.SFBool isActive
          The isActive eventOut
 org.web3d.x3d.sai.SFString keyPress
          The keyPress eventOut
 org.web3d.x3d.sai.SFString keyRelease
          The keyRelease eventOut
 org.web3d.x3d.sai.SFNode metadata
          The metadata exposedField
 org.web3d.x3d.sai.SFBool shiftKey
          The shiftKey eventOut
 
Fields inherited from class org.jeospace.x3d.node.Node
node
 
Constructor Summary
KeySensor(org.web3d.x3d.sai.X3DNode node)
          Constructor
KeySensor(org.web3d.x3d.sai.X3DScene scene)
          Constructor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadata

public final org.web3d.x3d.sai.SFNode metadata
The metadata exposedField


enabled

public final org.web3d.x3d.sai.SFBool enabled
The enabled exposedField


isActive

public final org.web3d.x3d.sai.SFBool isActive
The isActive eventOut


keyPress

public final org.web3d.x3d.sai.SFString keyPress
The keyPress eventOut


keyRelease

public final org.web3d.x3d.sai.SFString keyRelease
The keyRelease eventOut


actionKeyPress

public final org.web3d.x3d.sai.SFInt32 actionKeyPress
The actionKeyPress eventOut


actionKeyRelease

public final org.web3d.x3d.sai.SFInt32 actionKeyRelease
The actionKeyRelease eventOut


shiftKey

public final org.web3d.x3d.sai.SFBool shiftKey
The shiftKey eventOut


controlKey

public final org.web3d.x3d.sai.SFBool controlKey
The controlKey eventOut


altKey

public final org.web3d.x3d.sai.SFBool altKey
The altKey eventOut

Constructor Detail

KeySensor

public KeySensor(org.web3d.x3d.sai.X3DScene scene)
Constructor


KeySensor

public KeySensor(org.web3d.x3d.sai.X3DNode node)
Constructor


Jeospace API

Copyright © 2006 - jeospace.org