libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
9.53k stars 1.77k forks source link

SDL_HITTEST_RESIZE_* #8406

Open svanimpe opened 11 months ago

svanimpe commented 11 months ago

These values are undocumented and don't seem to do anything on my machine (SDL 2.28.4 on macOS 13.6). Should I expect them to work?

icculus commented 11 months ago

It looks like our Cocoa code only cares about SDL_HITTEST_DRAGGABLE at the moment. I'll have to look at what other HitTest types we can support on the platform.