Searched refs:SDL_GetEventState (Results 1 – 17 of 17) sorted by relevance
356 return SDL_GetEventState(sdl_event_type) == SDL_ENABLE; in Emscripten_HandleMouseButton()382 return SDL_GetEventState(SDL_WINDOWEVENT) == SDL_ENABLE; in Emscripten_HandleMouseFocus()390 return SDL_GetEventState(SDL_MOUSEWHEEL) == SDL_ENABLE; in Emscripten_HandleWheel()405 return SDL_GetEventState(SDL_WINDOWEVENT) == SDL_ENABLE; in Emscripten_HandleFocus()443 if (!preventDefault && SDL_GetEventState(SDL_FINGERDOWN) == SDL_ENABLE) { in Emscripten_HandleTouch()452 if (!preventDefault && SDL_GetEventState(SDL_FINGERMOTION) == SDL_ENABLE) { in Emscripten_HandleTouch()462 if (!preventDefault && SDL_GetEventState(SDL_FINGERUP) == SDL_ENABLE) { in Emscripten_HandleTouch()502 …SDL_bool prevent_default = SDL_GetEventState(eventType == EMSCRIPTEN_EVENT_KEYDOWN ? SDL_KEYDOWN :… in Emscripten_HandleKey()507 …if (eventType == EMSCRIPTEN_EVENT_KEYDOWN && SDL_GetEventState(SDL_TEXTINPUT) == SDL_ENABLE && key… in Emscripten_HandleKey()520 return SDL_GetEventState(SDL_TEXTINPUT) == SDL_ENABLE; in Emscripten_HandleKeyPress()
508 if (SDL_GetEventState(event.type) == SDL_ENABLE) { in SDL_PrivateJoystickAdded()554 if (SDL_GetEventState(event.type) == SDL_ENABLE) { in SDL_PrivateJoystickRemoved()595 if (SDL_GetEventState(SDL_JOYAXISMOTION) == SDL_ENABLE) { in SDL_PrivateJoystickAxis()635 if (SDL_GetEventState(SDL_JOYHATMOTION) == SDL_ENABLE) { in SDL_PrivateJoystickHat()670 if (SDL_GetEventState(SDL_JOYBALLMOTION) == SDL_ENABLE) { in SDL_PrivateJoystickBall()725 if (SDL_GetEventState(event.type) == SDL_ENABLE) { in SDL_PrivateJoystickButton()
1285 if (SDL_GetEventState(SDL_CONTROLLERAXISMOTION) == SDL_ENABLE) { in SDL_PrivateGameControllerAxis()1327 if (SDL_GetEventState(event.type) == SDL_ENABLE) { in SDL_PrivateGameControllerButton()
239 if (SDL_GetEventState(SDL_FINGERDOWN) == SDL_ENABLE) { in SDL_SendTouch()258 if (SDL_GetEventState(SDL_FINGERUP) == SDL_ENABLE) { in SDL_SendTouch()315 if (SDL_GetEventState(SDL_FINGERMOTION) == SDL_ENABLE) { in SDL_SendTouchMotion()
37 if (SDL_GetEventState(SDL_CLIPBOARDUPDATE) == SDL_ENABLE) { in SDL_SendClipboardUpdate()
39 if (SDL_GetEventState(evtype) == SDL_ENABLE) { in SDL_SendDrop()
759 if (SDL_GetEventState(type) == SDL_ENABLE) { in SDL_SendKeyboardKey()786 if (SDL_GetEventState(SDL_TEXTINPUT) == SDL_ENABLE) { in SDL_SendKeyboardText()804 if (SDL_GetEventState(SDL_TEXTEDITING) == SDL_ENABLE) { in SDL_SendEditingText()
284 if (SDL_GetEventState(SDL_MOUSEMOTION) == SDL_ENABLE) {385 if (SDL_GetEventState(type) == SDL_ENABLE) {435 if (SDL_GetEventState(SDL_MOUSEWHEEL) == SDL_ENABLE) {
194 if (SDL_GetEventState(SDL_WINDOWEVENT) == SDL_ENABLE) { in SDL_SendWindowEvent()
628 if (SDL_GetEventState(eventType) == SDL_ENABLE) { in SDL_SendAppEvent()642 if (SDL_GetEventState(SDL_SYSWMEVENT) == SDL_ENABLE) { in SDL_SendSysWMEvent()
584 if (SDL_GetEventState(SDL_SYSWMEVENT) == SDL_ENABLE) { in X11_DispatchEvent()790 if(SDL_GetEventState(SDL_TEXTINPUT) == SDL_ENABLE){ in X11_DispatchEvent()864 if(SDL_GetEventState(SDL_TEXTINPUT) == SDL_ENABLE){ in X11_DispatchEvent()1411 if(SDL_GetEventState(SDL_TEXTINPUT) == SDL_ENABLE){ in X11_PumpEvents()
55 if (SDL_GetEventState(SDL_QUIT) == SDL_ENABLE) {66 if (SDL_GetEventState(SDL_DROPFILE) == SDL_ENABLE) {
735 #define SDL_GetEventState(type) SDL_EventState(type, SDL_QUERY) macro
424 if (SDL_GetEventState(SDL_SYSWMEVENT) == SDL_ENABLE) { in DirectFB_PumpEventsWindow()440 if (SDL_GetEventState(SDL_SYSWMEVENT) == SDL_ENABLE) { in DirectFB_PumpEventsWindow()
369 if (SDL_GetEventState(SDL_AUDIODEVICEADDED) == SDL_ENABLE) { in SDL_AddAudioDevice()396 if (SDL_GetEventState(SDL_AUDIODEVICEREMOVED) == SDL_ENABLE) { in SDL_OpenedAudioDeviceDisconnected()
352 if (SDL_GetEventState(SDL_SYSWMEVENT) == SDL_ENABLE) { in WIN_WindowProc()
3551 return (SDL_GetEventState(SDL_TEXTINPUT) == SDL_ENABLE); in SDL_IsTextInputActive()