|
Blender V4.5
|
Classes | |
| struct | [struct].key_data |
Public Attributes | |
| GWL_Seat * | seat = nullptr |
| xkb_keycode_t | key_code |
| uint64_t | time_ms_init |
| struct | key_data |
Data used to implement client-side key-repeat.
Definition at line 657 of file GHOST_SystemWayland.cc.
| xkb_keycode_t GWL_KeyRepeatPlayload::key_code |
Definition at line 660 of file GHOST_SystemWayland.cc.
Referenced by gwl_seat_key_repeat_timer_fn(), keyboard_handle_enter(), and keyboard_handle_key().
| struct GWL_KeyRepeatPlayload::[struct].key_data GWL_KeyRepeatPlayload::key_data |
Referenced by gwl_seat_key_repeat_timer_fn(), keyboard_handle_enter(), and keyboard_handle_key().
Definition at line 658 of file GHOST_SystemWayland.cc.
Referenced by gwl_seat_key_repeat_timer_fn(), keyboard_handle_enter(), and keyboard_handle_key().
| uint64_t GWL_KeyRepeatPlayload::time_ms_init |
Time this timer started.
Definition at line 663 of file GHOST_SystemWayland.cc.
Referenced by gwl_seat_key_repeat_timer_fn().