|
Blender
V3.3
|
Public Attributes | |
| struct input_t * | input = nullptr |
| xkb_keycode_t | key_code |
| struct { | |
| GHOST_TKey gkey | |
| } | key_data |
Data used to implement client-side key-repeat.
Definition at line 192 of file GHOST_SystemWayland.cpp.
| GHOST_TKey key_repeat_payload_t::gkey |
Definition at line 202 of file GHOST_SystemWayland.cpp.
Referenced by keyboard_handle_key().
| struct input_t* key_repeat_payload_t::input = nullptr |
Definition at line 193 of file GHOST_SystemWayland.cpp.
Referenced by keyboard_handle_key().
| xkb_keycode_t key_repeat_payload_t::key_code |
Definition at line 195 of file GHOST_SystemWayland.cpp.
Referenced by keyboard_handle_key().
| struct { ... } key_repeat_payload_t::key_data |
Don't cache the utf8_buf as this changes based on modifiers which may be pressed while key repeat is enabled.
Referenced by keyboard_handle_key().