Xj3D VRML/X3D Code API

org.web3d.vrml.device
Class GenericHIDState

java.lang.Object
  extended byorg.web3d.vrml.device.DeviceState
      extended byorg.web3d.vrml.device.GenericHIDState
Direct Known Subclasses:
GamepadState, JoystickState, WheelState

public class GenericHIDState
extends DeviceState

Holds a single generic HID state.

Version:
$Revision: 1.2 $
Author:
Alan Hudson

Field Summary
 float[] axisValue
          The value of all the axes
 boolean[] changeValue
          Which values have changed since last update
 
Constructor Summary
GenericHIDState()
           
 
Methods inherited from class org.web3d.vrml.device.DeviceState
clearChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

axisValue

public float[] axisValue
The value of all the axes


changeValue

public boolean[] changeValue
Which values have changed since last update

Constructor Detail

GenericHIDState

public GenericHIDState()

Xj3D VRML/X3D Code API

Copyright © 2001 - 2005 Web3D Consortium