Uses of Interface
org.xj3d.core.eventmodel.UserInputHandler
Packages that use UserInputHandler
Package
Description
-
Uses of UserInputHandler in org.web3d.vrml.renderer.common.input
Fields in org.web3d.vrml.renderer.common.input declared as UserInputHandlerModifier and TypeFieldDescriptionprotected UserInputHandler
BaseLayerSensorManager.inputHandler
Input manager for doing the user interaction from the input devices This can be used for navigation and various pointing device sensor implementations.Methods in org.web3d.vrml.renderer.common.input that return UserInputHandlerModifier and TypeMethodDescriptionBaseLayerSensorManager.getUserInputHandler()
Get the user input handler. -
Uses of UserInputHandler in org.web3d.vrml.renderer.ogl.input
Subinterfaces of UserInputHandler in org.web3d.vrml.renderer.ogl.inputModifier and TypeInterfaceDescriptioninterface
A complete handler for all user input information within a scene.Classes in org.web3d.vrml.renderer.ogl.input that implement UserInputHandlerModifier and TypeClassDescriptionclass
A complete handler for all user input information within a scene. -
Uses of UserInputHandler in org.xj3d.core.eventmodel
Methods in org.xj3d.core.eventmodel that return UserInputHandlerModifier and TypeMethodDescriptionLayerSensorManager.getUserInputHandler()
Get the handler for user input.Methods in org.xj3d.core.eventmodel with parameters of type UserInputHandlerModifier and TypeMethodDescriptionvoid
InputDeviceManager.processTrackers
(int layerId, boolean navigate, UserInputHandler uiHandler, boolean pickable) Processes input from sensors and issues commands to the UserInputHandler.