Searched refs:SetWindowHitTest (Results 1 – 6 of 6) sorted by relevance
316 int (*SetWindowHitTest)(SDL_Window * window, SDL_bool enabled); member
1761 _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()
176 device->SetWindowHitTest = WIN_SetWindowHitTest; in WIN_CreateDevice()
263 device->SetWindowHitTest = X11_SetWindowHitTest; in X11_CreateDevice()
108 device->SetWindowHitTest = Cocoa_SetWindowHitTest;
193 device->SetWindowHitTest = Wayland_SetWindowHitTest; in Wayland_CreateDevice()
Completed in 14 milliseconds