Searched refs:xkb_state_key_get_one_sym (Results 1 – 10 of 10) sorted by relevance
/external/libxkbcommon/test/ |
D | state.c | 237 one_sym = xkb_state_key_get_one_sym(state, KEY_6 + EVDEV_OFFSET); in test_update_key() 242 one_sym = xkb_state_key_get_one_sym(state, KEY_5 + EVDEV_OFFSET); in test_update_key() 548 sym = xkb_state_key_get_one_sym(state, KEY_A + 8); in test_caps_keysym_transformation() 551 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation() 561 sym = xkb_state_key_get_one_sym(state, KEY_A + 8); in test_caps_keysym_transformation() 563 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation() 576 sym = xkb_state_key_get_one_sym(state, KEY_A + 8); in test_caps_keysym_transformation() 579 sym = xkb_state_key_get_one_sym(state, KEY_SEMICOLON + 8); in test_caps_keysym_transformation()
|
D | common.c | 91 sym = xkb_state_key_get_one_sym(state, kc); in test_key_seq_va()
|
/external/libxkbcommon/bench/ |
D | key-proc.c | 47 keysym = xkb_state_key_get_one_sym(state, keycode); in bench_key_proc()
|
/external/libxkbcommon/ |
D | xkbcommon.map | 55 xkb_state_key_get_one_sym;
|
/external/libxkbcommon/tools/ |
D | tools-common.c | 87 sym = xkb_state_key_get_one_sym(state, keycode); in tools_print_keycode_state()
|
D | interactive-evdev.c | 269 xkb_keysym_t keysym = xkb_state_key_get_one_sym(kbd->state, keycode); in process_event()
|
D | interactive-wayland.c | 389 if (xkb_state_key_get_one_sym(seat->state, key + 8) == XKB_KEY_Escape) in kbd_key()
|
/external/libxkbcommon/xkbcommon/ |
D | xkbcommon.h | 1538 xkb_state_key_get_one_sym(struct xkb_state *state, xkb_keycode_t key);
|
/external/libxkbcommon/doc/ |
D | quick-guide.md | 132 keysym = xkb_state_key_get_one_sym(state, keycode);
|
/external/libxkbcommon/src/ |
D | state.c | 920 xkb_state_key_get_one_sym(struct xkb_state *state, xkb_keycode_t kc) in xkb_state_key_get_one_sym() function
|