Searched refs:SetWindowGrab (Results 1 – 11 of 11) sorted by relevance
88 device->SetWindowGrab = BE_SetWindowGrab; in BE_CreateDevice()
128 device->SetWindowGrab = PSP_SetWindowGrab; in PSP_Create()
115 device->SetWindowGrab = RPI_SetWindowGrab; in RPI_Create()
226 void (*SetWindowGrab) (_THIS, SDL_Window * window, SDL_bool grabbed); member
2385 if (_this->SetWindowGrab) { in SDL_UpdateWindowGrab()2386 _this->SetWindowGrab(_this, grabbed_window, SDL_FALSE); in SDL_UpdateWindowGrab()2394 if (_this->SetWindowGrab) { in SDL_UpdateWindowGrab()2395 _this->SetWindowGrab(_this, window, grabbed); in SDL_UpdateWindowGrab()
181 device->SetWindowGrab = MIR_SetWindowGrab; in MIR_CreateDevice()
131 device->SetWindowGrab = DirectFB_SetWindowGrab; in DirectFB_CreateDevice()
152 device->SetWindowGrab = WIN_SetWindowGrab; in WIN_CreateDevice()
103 device->SetWindowGrab = Cocoa_SetWindowGrab;
253 device->SetWindowGrab = X11_SetWindowGrab; in X11_CreateDevice()
117 device->SetWindowGrab = PND_setwindowgrab; in PND_create()