Searched refs:SetWindowGrab (Results 1 – 12 of 12) sorted by relevance
89 device->SetWindowGrab = HAIKU_SetWindowGrab; in HAIKU_CreateDevice()
128 device->SetWindowGrab = PSP_SetWindowGrab; in PSP_Create()
125 device->SetWindowGrab = DirectFB_SetWindowGrab; in DirectFB_CreateDevice()
129 device->SetWindowGrab = RPI_SetWindowGrab; in RPI_Create()
235 void (*SetWindowGrab) (_THIS, SDL_Window * window, SDL_bool grabbed); member
2600 if (_this->SetWindowGrab) { in SDL_UpdateWindowGrab()2601 _this->SetWindowGrab(_this, grabbed_window, SDL_FALSE); in SDL_UpdateWindowGrab()2609 if (_this->SetWindowGrab) { in SDL_UpdateWindowGrab()2610 _this->SetWindowGrab(_this, window, grabbed); in SDL_UpdateWindowGrab()
169 device->SetWindowGrab = WIN_SetWindowGrab; in WIN_CreateDevice()
257 device->SetWindowGrab = X11_SetWindowGrab; in X11_CreateDevice()
105 device->SetWindowGrab = Cocoa_SetWindowGrab;
187 device->SetWindowGrab = Wayland_SetWindowGrab; in Wayland_CreateDevice()
117 device->SetWindowGrab = PND_setwindowgrab; in PND_create()
208 device->SetWindowGrab = KMSDRM_SetWindowGrab; in KMSDRM_CreateDevice()
Completed in 19 milliseconds