Searched refs:hit_test (Results 1 – 6 of 6) sorted by relevance
107 SDL_HitTest hit_test; member
1760 if (window->hit_test) { in SDL_RecreateWindow()4086 window->hit_test = callback; in SDL_SetWindowHitTest()
286 if (window->hit_test) { in ProcessHitTest()288 const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in ProcessHitTest()
1081 if (window->hit_test) { in WIN_WindowProc()1085 … const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in WIN_WindowProc()
507 if (window->hit_test) { in ProcessHitTest()509 const SDL_HitTestResult rc = window->hit_test(window, &point, window->hit_test_data); in ProcessHitTest()
941 if (_data->window->hit_test) { /* if no hit-test, skip this. */944 …const SDL_HitTestResult rc = _data->window->hit_test(_data->window, &point, _data->window->hit_tes…
Completed in 21 milliseconds