------------------------------------------------------------------------------- Toggle the "AutoRotate" state -------------------------------------------------------------------------------
| 231 | // Toggle the "AutoRotate" state |
| 232 | //------------------------------------------------------------------------------- |
| 233 | void ToggleAutoRotate() { |
| 234 | g_sOptions.bRotate = !g_sOptions.bRotate; |
| 235 | storeRegKey(g_sOptions.bRotate, "AutoRotate"); |
| 236 | UpdateWindow(g_hDlg); |
| 237 | } |
| 238 | |
| 239 | //------------------------------------------------------------------------------- |
| 240 | // Toggle the "FPS" state |
no test coverage detected