Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_keyboard_c.h48 extern void SDL_SetKeyboardFocus(SDL_Window * window);
DSDL_keyboard.c612 SDL_SetKeyboardFocus(SDL_Window * window) in SDL_SetKeyboardFocus() function
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclwindow.c57 SDL_SetKeyboardFocus(window); in NACL_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/
DSDL_mirevents.c280 SDL_SetKeyboardFocus(window); in MIR_HandleSurface()
283 SDL_SetKeyboardFocus(NULL); in MIR_HandleSurface()
DSDL_mirwindow.c129 SDL_SetKeyboardFocus(window); in MIR_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/main/haiku/
DSDL_BApp.h320 SDL_SetKeyboardFocus(win); in _HandleKeyboardFocus()
323 SDL_SetKeyboardFocus(NULL); in _HandleKeyboardFocus()
/third_party/flutter/skia/third_party/externals/sdl/src/video/android/
DSDL_androidwindow.c59 SDL_SetKeyboardFocus(window); in Android_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandevents.c331 SDL_SetKeyboardFocus(window->sdlwindow); in keyboard_handle_enter()
339 SDL_SetKeyboardFocus(NULL); in keyboard_handle_leave()
/third_party/flutter/skia/third_party/externals/sdl/src/video/winrt/
DSDL_winrtvideo.cpp662 SDL_SetKeyboardFocus(NULL); // TODO: detect this in WINRT_CreateWindow()
702 SDL_SetKeyboardFocus(window); in WINRT_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/emscripten/
DSDL_emscriptenvideo.c251 SDL_SetKeyboardFocus(window); in Emscripten_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/raspberry/
DSDL_rpivideo.c295 SDL_SetKeyboardFocus(window); in RPI_CreateWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/core/winrt/
DSDL_winrtapp_direct3d.cpp618 SDL_SetKeyboardFocus(window);
654 SDL_SetKeyboardFocus(NULL);
/third_party/flutter/skia/third_party/externals/sdl/src/video/vivante/
DSDL_vivantevideo.c351 SDL_SetKeyboardFocus(window); in VIVANTE_ShowWindow()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_events.c118 SDL_SetKeyboardFocus(index, id); in FocusAllKeyboards()
120 SDL_SetKeyboardFocus(window); in FocusAllKeyboards()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsevents.c424 SDL_SetKeyboardFocus(data->window); in WIN_WindowProc()
444 SDL_SetKeyboardFocus(NULL); in WIN_WindowProc()
DSDL_windowswindow.c240 SDL_SetKeyboardFocus(data->window); in SetupWindowData()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11events.c376 SDL_SetKeyboardFocus(data->window); in X11_DispatchFocusIn()
399 SDL_SetKeyboardFocus(NULL); in X11_DispatchFocusOut()
DSDL_x11window.c315 SDL_SetKeyboardFocus(data->window); in SetupWindowData()
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoawindow.m570 SDL_SetKeyboardFocus(window);
616 SDL_SetKeyboardFocus(NULL);
1198 SDL_SetKeyboardFocus(data->window);
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitwindow.m143 SDL_SetKeyboardFocus(window);
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c2563 SDL_SetKeyboardFocus(NULL); in SDL_DestroyWindow()