Searched refs:SetWindowInputFocus (Results 1 – 3 of 3) sorted by relevance
214 int (*SetWindowInputFocus) (_THIS, SDL_Window * window); member
2281 if (!_this->SetWindowInputFocus) { in SDL_SetWindowInputFocus()2285 return _this->SetWindowInputFocus(_this, window); in SDL_SetWindowInputFocus()
242 device->SetWindowInputFocus = X11_SetWindowInputFocus; in X11_CreateDevice()