Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h214 int (*SetWindowInputFocus) (_THIS, SDL_Window * window); member
DSDL_video.c2281 if (!_this->SetWindowInputFocus) { in SDL_SetWindowInputFocus()
2285 return _this->SetWindowInputFocus(_this, window); in SDL_SetWindowInputFocus()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.c242 device->SetWindowInputFocus = X11_SetWindowInputFocus; in X11_CreateDevice()