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

#include <xkbcommon.h>

Data Fields

uint32_t size
 
uint32_t flags
 

Detailed Description

Options for creating a new xkb_keymap_key_iterator.

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

Field Documentation

◆ size

uint32_t xkb_keymap_key_iterator_config::size

Size of this structure in bytes.

See also
Extensible structure ABI contract
Since
1.14.0

◆ flags

uint32_t xkb_keymap_key_iterator_config::flags

Flags to control the iterator behavior, or 0 (XKB_KEYMAP_KEY_ITERATOR_NO_FLAGS) for the default.

Since
1.14.0

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