Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 862 Bytes

Input.md

File metadata and controls

25 lines (17 loc) · 862 Bytes

Gamepad, keyboard, touch and mouse input:

The gamepad, keyboard and mouse input does behave on Android, Linux and Windows the same. This allows the same input behaviour on all devices.

Gamepad:
Gamepad
Two gamepads are supported and the first two devices found are used. The axis values are adjusted, that the returned values are the same on all OSes.

Keyboard:
Keyboard
On all OSes and lanuguage settings, the above keyboard layout is used. So, a key input depends on the actual physical key position and not its letter. If a key is not named in the above image (except space), the key can not be queried.

Mouse:
Left, middle and right buttons are supported. Also, the mouse wheel can be queried.

Touch:
Two finger touch is supported.