Uses of Class
org.xj3d.core.eventmodel.InputDeviceManager
Packages that use InputDeviceManager
-
Uses of InputDeviceManager in org.web3d.vrml.renderer.common.input
Fields in org.web3d.vrml.renderer.common.input declared as InputDeviceManagerModifier and TypeFieldDescriptionprotected InputDeviceManager
BaseLayerSensorManager.inputManager
Buffer for input eventsprotected InputDeviceManager
DefaultSensorManager.inputManager
Buffer for input eventsMethods in org.web3d.vrml.renderer.common.input with parameters of type InputDeviceManagerModifier and TypeMethodDescriptionvoid
BaseLayerSensorManager.setInputManager
(InputDeviceManager manager) Set the user input manager to be used by this implementation.void
DefaultSensorManager.setInputManager
(InputDeviceManager manager) Set the user input manager to be used by this implementation. -
Uses of InputDeviceManager in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel with parameters of type InputDeviceManagerModifier and TypeMethodDescriptionvoid
LayerSensorManager.setInputManager
(InputDeviceManager manager) Set the user input manager to be used by this implementation.void
SensorManager.setInputManager
(InputDeviceManager manager) Set the user input manager to be used by this implementation.