|
j3d.org Code | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputDevice | |
---|---|
org.j3d.device.input | Input devices. |
org.j3d.device.input.jinput | Devices implemented using the JInput native device drivers. |
Uses of InputDevice in org.j3d.device.input |
---|
Subinterfaces of InputDevice in org.j3d.device.input | |
---|---|
interface |
ControllerDevice
Devices which map data to controllers. |
interface |
GamepadDevice
Devices which map data to gamepads. |
interface |
JoystickDevice
Devices which map data to gamepads. |
interface |
TrackerDevice
Devices which map data to trackers. |
interface |
WheelDevice
Devices which map data to gamepads. |
Methods in org.j3d.device.input that return InputDevice | |
---|---|
InputDevice[] |
DeviceManager.getDevices()
Get the device discovered by this manager. |
Methods in org.j3d.device.input with parameters of type InputDevice | |
---|---|
void |
DeviceListener.deviceAdded(InputDevice device)
A new device has been added to a manager. |
void |
DeviceListener.deviceRemoved(InputDevice device)
A device has been removed. |
Uses of InputDevice in org.j3d.device.input.jinput |
---|
Classes in org.j3d.device.input.jinput that implement InputDevice | |
---|---|
class |
Gamepad
A gamepad device implemented using the JInput library. |
class |
Joystick
A joystick device implemented using the JInput library. |
class |
Wheel
A gamepad device implemented using the JInput library. |
Methods in org.j3d.device.input.jinput that return InputDevice | |
---|---|
InputDevice[] |
USBManager.getDevices()
Get the device discovered by this manager. |
|
j3d.org Code | |||||||||
PREV NEXT | FRAMES NO FRAMES |