Searched refs:KMOD_NUM (Results 1 – 9 of 9) sorted by relevance
83 if (mod & KMOD_NUM) in print_modifiers()
307 KMOD_NUM | in keyboard_getSetModState()
336 KMOD_NUM = 0x1000, enumerator
283 if (sdl_mods & KMOD_NUM) fcitx_mods |= (1 << 4); in Fcitx_ModState()
61 if (sdl_mods & KMOD_NUM) ibus_mods |= IBUS_MOD2_MASK; in IBus_ModState()
777 keyboard->modstate ^= KMOD_NUM; in SDL_SendKeyboardKeyInternal()
508 SDL_ToggleModState(KMOD_NUM, (GetKeyState(VK_NUMLOCK) & 0x0001) != 0); in WIN_WindowProc()
108 SDL_ToggleModState(KMOD_NUM, (GetKeyState(VK_NUMLOCK) & 0x0001) != 0); in WIN_InitKeyboard()
374 SDL_ToggleModState(KMOD_NUM, (mask & X11_GetNumLockModifierMask(_this)) != 0); in X11_ReconcileKeyboardState()
Completed in 34 milliseconds