Blender V4.5
GWL_Seat::[struct].key_repeat Struct Reference

Public Attributes

int32_t rate
int32_t delay
GHOST_ITimerTasktimer

Detailed Description

Definition at line 1179 of file GHOST_SystemWayland.cc.

Member Data Documentation

◆ delay

Time (milliseconds) after which to start repeating keys.

◆ rate

Key repetition in character per second.

◆ timer

GHOST_ITimerTask* GWL_Seat::[struct].key_repeat timer

Timer for key repeats.

Note
For as long as USE_EVENT_BACKGROUND_THREAD is defined, any access to this (including null checks, must lock timer_mutex first.

The documentation for this struct was generated from the following files: