xkbcommon 1.14.0-beta2
Reference library implementing the XKB specification for parsing keyboard descriptions and handling keyboard state
Loading...
Searching...
No Matches
Data Fields
xkb_events_config Struct Reference

#include <xkbcommon.h>

Data Fields

uint32_t size
 
uint32_t flags
 

Detailed Description

Configuration for xkb_events::xkb_events_new().

Note
This struct uses a size-based versioning; see Extensible structure ABI contract for further details.
See also
xkb_events::xkb_events_new()
Since
1.14.0

Field Documentation

◆ size

uint32_t xkb_events_config::size

Size of this structure in bytes.

See also
Extensible structure ABI contract
Since
1.14.0

◆ flags

uint32_t xkb_events_config::flags

Flags to control the behavior of events collections, or 0 (XKB_EVENTS_NO_FLAGS) for the default.

See also
enum xkb_events_flags
Since
1.14.0

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