KeyboardEventType#
Fully qualified name: carb::input::KeyboardEventType
Defined in carb/input/InputTypes.h
- 
enum class carb::input::KeyboardEventType#
 Defines keyboard event type.
Values:
- 
enumerator eKeyPress#
 Sent when key is pressed the first time.
- 
enumerator eKeyRepeat#
 Sent after a platform-specific delay if key is held down.
- 
enumerator eKeyRelease#
 Sent when the key is released.
- 
enumerator eChar#
 Sent when a character is produced by the input actions, for example during key presses.
- 
enumerator eCount#
 The number of KeyboardEventType elements.
- 
enumerator eKeyPress#