Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/events/
A DSDL_keyboard_c.h73 extern void SDL_ToggleModState(const SDL_Keymod modstate, const SDL_bool toggle);
A DSDL_keyboard.c925 SDL_ToggleModState(const SDL_Keymod modstate, const SDL_bool toggle) in SDL_ToggleModState() function
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsevents.c507 SDL_ToggleModState(KMOD_CAPS, (GetKeyState(VK_CAPITAL) & 0x0001) != 0); in WIN_WindowProc()
508 SDL_ToggleModState(KMOD_NUM, (GetKeyState(VK_NUMLOCK) & 0x0001) != 0); in WIN_WindowProc()
A DSDL_windowskeyboard.c107 SDL_ToggleModState(KMOD_CAPS, (GetKeyState(VK_CAPITAL) & 0x0001) != 0); in WIN_InitKeyboard()
108 SDL_ToggleModState(KMOD_NUM, (GetKeyState(VK_NUMLOCK) & 0x0001) != 0); in WIN_InitKeyboard()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11events.c373 SDL_ToggleModState(KMOD_CAPS, (mask & LockMask) != 0); in X11_ReconcileKeyboardState()
374 SDL_ToggleModState(KMOD_NUM, (mask & X11_GetNumLockModifierMask(_this)) != 0); in X11_ReconcileKeyboardState()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoakeyboard.m477 SDL_ToggleModState(KMOD_CAPS, (data->modifierFlags & NSEventModifierFlagCapsLock) != 0);
A DSDL_cocoawindow.m660 SDL_ToggleModState(KMOD_CAPS, newflags != 0);

Completed in 27 milliseconds