j3d.org Code

org.j3d.device.input
Class GenericHIDState

java.lang.Object
  extended by org.j3d.device.input.DeviceState
      extended by org.j3d.device.input.GenericHIDState
Direct Known Subclasses:
GamepadState, JoystickState, WheelState

public class GenericHIDState
extends DeviceState

Holds a single generic HID state.

Version:
$Revision: 1.1 $
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()
           
 
Method Summary
 
Methods inherited from class org.j3d.device.input.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()

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org