Home
last modified time | relevance | path

Searched refs:latched_mods (Results 1 – 4 of 4) sorted by relevance

/external/libxkbcommon/xkbcommon/src/
Dstate.c85 xkb_mod_mask_t latched_mods; member
446 state->components.latched_mods &= ~filter->action.mods.mods.mask; in xkb_filter_mod_latch_func()
453 state->components.latched_mods &= ~filter->action.mods.mods.mask; in xkb_filter_mod_latch_func()
471 state->components.latched_mods &= in xkb_filter_mod_latch_func()
481 state->components.latched_mods |= filter->action.mods.mods.mask; in xkb_filter_mod_latch_func()
632 mod_mask |= state->components.latched_mods; in xkb_state_led_update_all()
675 state->components.latched_mods | in xkb_state_update_derived()
715 if (a->latched_mods != b->latched_mods) in get_state_component_changes()
782 xkb_mod_mask_t latched_mods, in xkb_state_update_mask() argument
797 state->components.latched_mods = latched_mods & mask; in xkb_state_update_mask()
[all …]
/external/libxkbcommon/xkbcommon/test/
Dstate.c251 xkb_mod_mask_t latched_mods; in test_serialisation() local
272 latched_mods = xkb_state_serialize_mods(state, XKB_STATE_MODS_LATCHED); in test_serialisation()
273 assert(latched_mods == 0); in test_serialisation()
282 latched_mods = xkb_state_serialize_mods(state, XKB_STATE_MODS_LATCHED); in test_serialisation()
283 assert(latched_mods == 0); in test_serialisation()
290 xkb_state_update_mask(state, base_mods, latched_mods, locked_mods, in test_serialisation()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon.h1284 xkb_mod_mask_t latched_mods,
/external/libxkbcommon/xkbcommon/doc/
Dquick-guide.md201 event->latched_mods,