Class DefaultInputSystem
java.lang.Object
dev.engine.core.input.DefaultInputSystem
- All Implemented Interfaces:
InputSystem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondevices()devices(DeviceType type) gamepad(int index) keyboard(int index) mouse(int index) queue()voidregisterProvider(InputProvider provider)
-
Constructor Details
-
DefaultInputSystem
public DefaultInputSystem()
-
-
Method Details
-
mouse
- Specified by:
mousein interfaceInputSystem
-
keyboard
- Specified by:
keyboardin interfaceInputSystem
-
gamepad
- Specified by:
gamepadin interfaceInputSystem
-
device
- Specified by:
devicein interfaceInputSystem
-
devices
- Specified by:
devicesin interfaceInputSystem
-
devices
- Specified by:
devicesin interfaceInputSystem
-
registerProvider
- Specified by:
registerProviderin interfaceInputSystem
-
queue
- Specified by:
queuein interfaceInputSystem
-