Home
last modified time | relevance | path

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

/third_party/weston/libweston/backend-x11/
Dx11.c236 if ((in & ShiftMask) && info->shift_mod != XKB_MOD_INVALID) in get_xkb_mod_mask()
237 ret |= (1 << info->shift_mod); in get_xkb_mod_mask()
/third_party/weston/libweston/
Ddata-device.c854 if (mods_depressed & (1 << keyboard->xkb_info->shift_mod)) in drag_grab_keyboard_modifiers()
Dinput.c1810 { keyboard->xkb_info->shift_mod, MODIFIER_SHIFT }, in run_modifier_bindings()
2041 if (mods_lookup & (1 << keyboard->xkb_info->shift_mod)) in notify_modifiers()
3158 xkb_info->shift_mod = xkb_keymap_mod_get_index(xkb_info->keymap, in weston_xkb_info_create()
/third_party/weston/include/libweston/
Dlibweston.h719 xkb_mod_index_t shift_mod; member