Searched refs:SDL_HITTEST_NORMAL (Results 1 – 4 of 4) sorted by relevance
56 return SDL_HITTEST_NORMAL; in hitTest()
969 SDL_HITTEST_NORMAL, /**< Region is normal. No special properties. */ enumerator
972 case SDL_HITTEST_NORMAL: return HTCLIENT; in WIN_WindowProc()
20 … SDL_WINDOWEVENT_HIT_TEST when a window had a hit test that wasn't SDL_HITTEST_NORMAL (e.g. in the…