|
libxkbcommon 1.13.0
Library implementing the XKB specification for parsing keyboard descriptions and handling keyboard state
|
Functions | |
| XKB_EXPORT bool | xkb_has_feature (enum xkb_feature feature, int value) |
Test features availability.
| enum xkb_feature |
Enumerate all the features testable with xkb_has_feature().
| Enumerator | |
|---|---|
| XKB_FEATURE_ENUM_FEATURE | The enumeration xkb_feature.
|
| XKB_FEATURE_ENUM_CONTEXT_FLAGS | The enumeration xkb_context_flags.
|
| XKB_FEATURE_ENUM_LOG_LEVEL | The enumeration xkb_log_level.
|
| XKB_FEATURE_ENUM_ERROR_CODE | The enumeration xkb_error_code.
|
| XKB_FEATURE_ENUM_KEYMAP_FORMAT | The enumeration xkb_keymap_format.
|
| XKB_FEATURE_ENUM_KEYMAP_COMPILE_FLAGS | The enumeration xkb_keymap_compile_flags.
|
| XKB_FEATURE_ENUM_RMLVO_BUILDER_FLAGS | The enumeration xkb_rmlvo_builder_flags.
|
| XKB_FEATURE_ENUM_KEYMAP_SERIALIZE_FLAGS | The enumeration xkb_keymap_serialize_flags.
|
| XKB_FEATURE_ENUM_KEYMAP_KEY_ITERATOR_FLAGS | The enumeration xkb_keymap_key_iterator_flags.
|
| XKB_FEATURE_ENUM_KEYSYM_FLAGS | The enumeration xkb_keysym_flags.
|
| XKB_FEATURE_ENUM_STATE_COMPONENT | The enumeration xkb_state_component.
|
| XKB_FEATURE_ENUM_KEYBOARD_CONTROL_FLAGS | The enumeration xkb_keyboard_control_flags.
|
| XKB_FEATURE_ENUM_A11Y_FLAGS | The enumeration xkb_a11y_flags.
|
| XKB_FEATURE_ENUM_LAYOUT_OUT_OF_RANGE_POLICY | The enumeration xkb_layout_out_of_range_policy.
|
| XKB_FEATURE_ENUM_EVENT_TYPE | The enumeration xkb_event_type.
|
| XKB_FEATURE_ENUM_EVENTS_FLAGS | The enumeration xkb_events_flags.
|
| XKB_FEATURE_ENUM_KEY_DIRECTION | The enumeration xkb_key_direction.
|
| XKB_FEATURE_ENUM_STATE_MATCH | The enumeration xkb_state_match.
|
| XKB_FEATURE_ENUM_CONSUMED_MODE | The enumeration xkb_consumed_mode.
|
| XKB_FEATURE_ENUM_COMPOSE_FORMAT | The enumeration xkb_compose_format.
|
| XKB_FEATURE_ENUM_COMPOSE_COMPILE_FLAGS | The enumeration xkb_compose_compile_flags.
|
| XKB_FEATURE_ENUM_COMPOSE_STATE_FLAGS | The enumeration xkb_compose_state_flags.
|
| XKB_FEATURE_ENUM_COMPOSE_STATUS | The enumeration xkb_compose_status.
|
| XKB_FEATURE_ENUM_COMPOSE_FEED_RESULT | The enumeration xkb_compose_feed_result.
|
| XKB_EXPORT bool xkb_has_feature | ( | enum xkb_feature | feature, |
| int | value | ||
| ) |
Test feature availability.
This is useful when the library is dynamically linked.
| feature | The feature to check |
| value | The value to check if feature denotes an enumeration, otherwise this argument is ignored. |
true if the feature is supported, false otherwise.