Searched refs:SDL_HitTestResult (Results 1 – 7 of 7) sorted by relevance
1036 } SDL_HitTestResult; typedef1043 typedef SDL_HitTestResult (SDLCALL *SDL_HitTest)(SDL_Window *win,
17 static SDL_HitTestResult SDLCALL
288 const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in ProcessHitTest()
1085 … const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in WIN_WindowProc()
509 const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in ProcessHitTest()
788 static SDL_HitTestResult SDLCALL
944 …const SDL_HitTestResult rc = _data->window->hit_test(_data->window, &point, _data->window->hit_tes…
Completed in 17 milliseconds