Home
last modified time | relevance | path

Searched refs:SetWindowGrab (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bvideo.cc89 device->SetWindowGrab = HAIKU_SetWindowGrab; in HAIKU_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/psp/
A DSDL_pspvideo.c128 device->SetWindowGrab = PSP_SetWindowGrab; in PSP_Create()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_video.c125 device->SetWindowGrab = DirectFB_SetWindowGrab; in DirectFB_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/raspberry/
A DSDL_rpivideo.c129 device->SetWindowGrab = RPI_SetWindowGrab; in RPI_Create()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h235 void (*SetWindowGrab) (_THIS, SDL_Window * window, SDL_bool grabbed); member
A DSDL_video.c2600 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()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c169 device->SetWindowGrab = WIN_SetWindowGrab; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c257 device->SetWindowGrab = X11_SetWindowGrab; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m105 device->SetWindowGrab = Cocoa_SetWindowGrab;
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvideo.c187 device->SetWindowGrab = Wayland_SetWindowGrab; in Wayland_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/pandora/
A DSDL_pandora.c117 device->SetWindowGrab = PND_setwindowgrab; in PND_create()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmvideo.c208 device->SetWindowGrab = KMSDRM_SetWindowGrab; in KMSDRM_CreateDevice()

Completed in 19 milliseconds