MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Core::KeyRepeatConfig Struct Reference

Key repeat timing for native window backends. More...

#include <GlobalGraphicsInfo.hpp>

+ Collaboration diagram for MayaFlux::Core::KeyRepeatConfig:

Static Public Member Functions

static constexpr auto describe ()
 

Public Attributes

bool allow_compositor_override { false }
 If true, compositor-reported repeat_info overrides these values.
 
uint32_t initial_delay_ms { 90 }
 Delay before repeat starts in milliseconds.
 
uint32_t interval_ms { 16 }
 Interval between repeat events in milliseconds.
 

Detailed Description

Key repeat timing for native window backends.

Wayland and Win32 backends implement client-side repeat using these values. GLFW backend ignores this; OS repeat settings apply there.

Definition at line 251 of file GlobalGraphicsInfo.hpp.


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