org.web3d.vrml.device
Interface TrackerDevice
- All Superinterfaces:
- ControllerDevice, InputDevice
- All Known Implementing Classes:
- MouseDevice, MouseDevice
- public interface TrackerDevice
- extends ControllerDevice
Devices which map data to trackers.
- Version:
- $Revision: 1.2 $
- Author:
- Alan Hudson
| Fields inherited from interface org.web3d.vrml.device.InputDevice |
FUNC_BUTTON_1, FUNC_BUTTON_2, FUNC_BUTTON_3, FUNC_BUTTON_4, FUNC_L1_BUTTON, FUNC_LEFT_HAT, FUNC_LEFT_STICK_X, FUNC_LEFT_STICK_Y, FUNC_NAV_X, FUNC_NAV_Y, FUNC_NAV_Y_CENTERED, FUNC_NONE, FUNC_ORIENT_X, FUNC_ORIENT_Y, FUNC_R1_BUTTON, FUNC_RIGHT_STICK_X, FUNC_RIGHT_STICK_Y, FUNC_START_BUTTON, FUNC_THROTTLE, FUNC_VIEWPOINT_NEXT, FUNC_WHEEL_X |
getTrackerCount
public int getTrackerCount()
- Get the number of trackers.
- Returns:
- The number of trackers. This cannot change after startup.
getTrackers
public Tracker[] getTrackers()
- Get the trackers of this device.
- Returns:
- The trackers. This cannot changed after startup.
Copyright © 2001 - 2005 Web3D Consortium