Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/src/
Dstate.c112 int16_t mod_key_count[XKB_MAX_MODS]; member
750 state->mod_key_count[i]++; in xkb_state_update_key()
758 state->mod_key_count[i]--; in xkb_state_update_key()
759 if (state->mod_key_count[i] <= 0) { in xkb_state_update_key()
761 state->mod_key_count[i] = 0; in xkb_state_update_key()