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_machine_builder_a11y_update Struct Reference

#include <xkbcommon.h>

Data Fields

uint32_t size
 
uint32_t affect_flags
 
uint32_t flags
 

Detailed Description

Accessibility update for xkb_machine_builder::xkb_machine_builder_update_a11y().

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

Field Documentation

◆ size

uint32_t xkb_machine_builder_a11y_update::size

Size of this structure in bytes.

See also
Extensible structure ABI contract
Since
1.14.0

◆ affect_flags

uint32_t xkb_machine_builder_a11y_update::affect_flags

Mask of accessibility flags to modify.

Since
1.14.0

◆ flags

uint32_t xkb_machine_builder_a11y_update::flags

Mask of accessibility flags to set or unset.

Flags in affect_flags but not in flags are cleared. Flags outside affect_flags are not changed.

Since
1.14.0

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