Module technology.sola.engine
Package technology.sola.engine.input
package technology.sola.engine.input
This package provides classes for handling various types of user input.
-
ClassDescriptionKey enum contains information about keyboard keys.KeyboardInput contains information about user interaction with the keyboard.KeyboardInputException is an exception thrown when a key event is triggered with an unrecognized key code.KeyboardLayout contains information for the current keyboard layout.The type of keyboard.KeyEvent contains data for a keyboard-related event.MouseButton enum contains information about mouse buttons.MouseEvent contains data for a mouse related event.MouseInput contains information about user interaction with the mouse.MouseWheelEvent is an event object containing information about an interaction with the mouse wheel.Contains the details about the touch interaction.TouchEvent contains data for when a
Touchinteraction happens.TouchInput contains information about user interaction with the touch screen.TouchPhase enum contains information about the phase of a touch gesture.