Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c1000 UINT uMods = pker->dwControlKeyState; in win32_kbd_patch_key() local
1021 if (uMods & SHIFT_PRESSED) in win32_kbd_patch_key()
1023 if (uMods & CAPSLOCK_ON) in win32_kbd_patch_key()
1026 if ((uMods & ALT_GR) == ALT_GR) in win32_kbd_patch_key()