Home
last modified time | relevance | path

Searched refs:xkb_state_mod_name_is_active (Results 1 – 5 of 5) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Dstate.c118 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CTRL, in test_update_key()
125 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CTRL, in test_update_key()
127 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_ALT, in test_update_key()
158 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CTRL, in test_update_key()
160 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_ALT, in test_update_key()
175 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_ALT, in test_update_key()
180 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CAPS, in test_update_key()
185 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CAPS, in test_update_key()
187 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CAPS, in test_update_key()
198 assert(xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CAPS, in test_update_key()
[all …]
/external/libxkbcommon/xkbcommon/
Dxkbcommon.map60 xkb_state_mod_name_is_active;
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon.h1498 xkb_state_mod_name_is_active(struct xkb_state *state, const char *name,
/external/libxkbcommon/xkbcommon/doc/
Dquick-guide.md213 if (xkb_state_mod_name_is_active(state, XKB_MOD_NAME_CTRL,
/external/libxkbcommon/xkbcommon/src/
Dstate.c1195 xkb_state_mod_name_is_active(struct xkb_state *state, const char *name, in xkb_state_mod_name_is_active() function