|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.j3d.device.input.DeviceState
org.j3d.device.input.GenericHIDState
public class GenericHIDState
Holds a single generic HID state.
| 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 |
|---|
public float[] axisValue
public boolean[] changeValue
| Constructor Detail |
|---|
public GenericHIDState()
|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||