Commit b60e5b82fb484a0a985b0762ee50bd35c38aa9d5

Sam Lantinga 2018-10-03T15:48:26

Update documentation to note that this hint works on Android too (thanks Trent!)

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/SDL_hints.h b/include/SDL_hints.h
index 3f6653b..3ee40c4 100644
--- a/include/SDL_hints.h
+++ b/include/SDL_hints.h
@@ -339,7 +339,7 @@ extern "C" {
 #define SDL_HINT_IDLE_TIMER_DISABLED "SDL_IOS_IDLE_TIMER_DISABLED"
 
 /**
- *  \brief  A variable controlling which orientations are allowed on iOS.
+ *  \brief  A variable controlling which orientations are allowed on iOS/Android.
  *
  *  In some circumstances it is necessary to be able to explicitly control
  *  which UI orientations are allowed.