Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-names.h42 #define XKB_LED_NAME_NUM "Num Lock" macro
/external/libxkbcommon/xkbcommon/test/
Dstate.c204 assert(xkb_state_led_name_is_active(state, XKB_LED_NAME_NUM) > 0); in test_update_key()
214 assert(xkb_state_led_name_is_active(state, XKB_LED_NAME_NUM) == 0); in test_update_key()
/external/libxkbcommon/xkbcommon/doc/
Dquick-guide.md217 if (xkb_state_led_name_is_active(state, XKB_LED_NAME_NUM) > 0)