Home
last modified time | relevance | path

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

/external/libxkbcommon/src/
Dstate.c114 int16_t mod_key_count[XKB_MAX_MODS]; member
762 state->mod_key_count[i]++; in xkb_state_update_key()
770 state->mod_key_count[i]--; in xkb_state_update_key()
771 if (state->mod_key_count[i] <= 0) { in xkb_state_update_key()
773 state->mod_key_count[i] = 0; in xkb_state_update_key()