| |
|
| java.lang.Object java.lang.Thread javax.media.j3d.J3dThread javax.media.j3d.InputDeviceScheduler
InputDeviceScheduler | class InputDeviceScheduler extends J3dThread (Code) | | This thread manages all input device scheduling. It monitors and caches
all device additions and removals. It spawns new threads for blocking
devices, manages all non-blocking drivers itself, and tags the sensors
of demand_driven devices. This implementation assume that
processMode of InputDevice will not change after addInputDevice().
|
samplingTime | static int samplingTime(Code) | | |
activate | void activate()(Code) | | |
deactivate | void deactivate()(Code) | | |
doWork | void doWork(long referenceTime)(Code) | | |
getInstanceNum | int getInstanceNum()(Code) | | |
shutdown | void shutdown()(Code) | | |
|
|
|