Searched refs:xkb_state_key_get_one_sym (Results 1 – 8 of 8) sorted by relevance
/external/libxkbcommon/xkbcommon/test/ |
D | state.c | 235 one_sym = xkb_state_key_get_one_sym(state, KEY_6 + EVDEV_OFFSET); in test_update_key() 240 one_sym = xkb_state_key_get_one_sym(state, KEY_5 + EVDEV_OFFSET); in test_update_key() 512 sym = xkb_state_key_get_one_sym(state, KEY_A + 8); in test_caps_keysym_transformation() 515 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation() 525 sym = xkb_state_key_get_one_sym(state, KEY_A + 8); in test_caps_keysym_transformation() 527 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation() 540 sym = xkb_state_key_get_one_sym(state, KEY_A + 8); in test_caps_keysym_transformation() 543 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation()
|
D | common.c | 82 sym = xkb_state_key_get_one_sym(state, kc); in test_key_seq_va() 383 sym = xkb_state_key_get_one_sym(state, keycode); in test_print_keycode_state()
|
D | interactive-evdev.c | 258 xkb_keysym_t keysym = xkb_state_key_get_one_sym(kbd->state, keycode); in process_event()
|
/external/libxkbcommon/xkbcommon/ |
D | xkbcommon.map | 55 xkb_state_key_get_one_sym;
|
/external/libxkbcommon/xkbcommon/bench/ |
D | key-proc.c | 44 keysym = xkb_state_key_get_one_sym(state, keycode); in bench()
|
/external/libxkbcommon/xkbcommon/xkbcommon/ |
D | xkbcommon.h | 1384 xkb_state_key_get_one_sym(struct xkb_state *state, xkb_keycode_t key);
|
/external/libxkbcommon/xkbcommon/doc/ |
D | quick-guide.md | 130 keysym = xkb_state_key_get_one_sym(state, keycode);
|
/external/libxkbcommon/xkbcommon/src/ |
D | state.c | 908 xkb_state_key_get_one_sym(struct xkb_state *state, xkb_keycode_t kc) in xkb_state_key_get_one_sym() function
|