Home
last modified time | relevance | path

Searched refs:SetWindowHitTest (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h316 int (*SetWindowHitTest)(SDL_Window * window, SDL_bool enabled); member
A DSDL_video.c1761 _this->SetWindowHitTest(window, SDL_TRUE); in SDL_RecreateWindow()
4080 if (!_this->SetWindowHitTest) { in SDL_SetWindowHitTest()
4082 } else if (_this->SetWindowHitTest(window, callback != NULL) == -1) { in SDL_SetWindowHitTest()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsvideo.c176 device->SetWindowHitTest = WIN_SetWindowHitTest; in WIN_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11video.c263 device->SetWindowHitTest = X11_SetWindowHitTest; in X11_CreateDevice()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m108 device->SetWindowHitTest = Cocoa_SetWindowHitTest;
/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvideo.c193 device->SetWindowHitTest = Wayland_SetWindowHitTest; in Wayland_CreateDevice()

Completed in 14 milliseconds