Home
last modified time | relevance | path

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

/third_party/weston/libweston/backend-x11/
Dx11.c248 if ((in & Mod4Mask) && info->super_mod != XKB_MOD_INVALID) in get_xkb_mod_mask()
249 ret |= (1 << info->super_mod); in get_xkb_mod_mask()
/third_party/weston/include/libweston/
Dlibweston.h725 xkb_mod_index_t super_mod; member
/third_party/weston/libweston/
Dinput.c1809 { keyboard->xkb_info->super_mod, MODIFIER_SUPER }, in run_modifier_bindings()
2039 if (mods_lookup & (1 << keyboard->xkb_info->super_mod)) in notify_modifiers()
3170 xkb_info->super_mod = xkb_keymap_mod_get_index(xkb_info->keymap, in weston_xkb_info_create()