It worked fine in SDL 2.10.
UPDATE
I tried this SDL_SetHint(SDL_HINT_ORIENTATIONS, “LandscapeLeft LandscapeRight”); seems to work.
It worked fine in SDL 2.10.
UPDATE
I tried this SDL_SetHint(SDL_HINT_ORIENTATIONS, “LandscapeLeft LandscapeRight”); seems to work.
Try android:screenOrientation="userLandscape"
. That’s what I settled on, which makes more sense for most cases. Also using the hint that way is the best way.