|
⇤ ← Revision 1 as of 2011-07-02 22:29:44
Size: 802
Comment: create page - 7/2 (6/10 3ecad5e5dbe4)
|
Size: 767
Comment: minor change
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| By default... <<BR>><<Color2(green,This hint appears to have no default.)>> | By default the idle timer is enabled. ??? |
DRAFT |
SDL_HINT_IDLE_TIMER_DISABLED
A hint that specifies a variable controlling whether the idle timer is disabled on iOS.
Values
0 |
enable idle timer |
1 |
disable idle timer |
Default
By default the idle timer is enabled. ???
Code Examples
You can add your code example here
Remarks
When an iOS application does not receive touches for some time, the screen is dimmed automatically. For games where the accelerometer is the only input this is problematic. This functionality can be disabled by setting this hint.
