KeyBy
The class used to request keystrokes in Game Controling
Methods
unity_keyboard
public
static
The type used by projects with Unity Input System to enter the keyboard.
Usage
gamium.send_key(KeyBy.unity_keyboard('Space'))
Arguments
- keyboard_code
str
unity_keycode
public
static
The type that is used for keyboard input in projects with Unity Input Manager .
Usage
gamium.send_key(KeyBy.unity_keycode('Space'))
Arguments
- keycode
str