| Interface | Description |
|---|---|
| IGamepad | |
| IGamepadEvents | |
| IGamepadManager | |
| IKeyboard |
The Interface IKeyboard.
|
| IMouse |
The Interface IMouse provides methods to manage mouse input in the LITIengine.
|
| Class | Description |
|---|---|
| Gamepad | |
| Gamepad.Axis | |
| Gamepad.Buttons | |
| Gamepad.DPad | |
| Gamepad.Xbox | |
| GamepadEntityController<T extends IMobileEntity> | |
| GamepadManager | |
| Input | |
| KeyBoard |
The listener interface for receiving userKey events.
|
| KeyboardEntityController<T extends IMobileEntity> | |
| Mouse |
This implementation provides information about the mouse input in the
litiengine.
|
| MousePathController |