Applet Manager services: Difference between revisions
Line 1,013: | Line 1,013: | ||
| 9 || [[#GetCurrentFocusState]] || | | 9 || [[#GetCurrentFocusState]] || | ||
|- | |- | ||
| 10 || RequestToAcquireSleepLock || | | 10 || [[#RequestToAcquireSleepLock]] || | ||
|- | |- | ||
| 11 || ReleaseSleepLock || | | 11 || [[#ReleaseSleepLock]] || | ||
|- | |- | ||
| 12 || ReleaseSleepLockTransiently || | | 12 || [[#ReleaseSleepLockTransiently]] || | ||
|- | |- | ||
| 13 || [[#GetAcquiredSleepLockEvent]] || | | 13 || [[#GetAcquiredSleepLockEvent]] || | ||
Line 1,043: | Line 1,043: | ||
| 55 || [3.0.0+] [[#IsInControllerFirmwareUpdateSection]] || | | 55 || [3.0.0+] [[#IsInControllerFirmwareUpdateSection]] || | ||
|- | |- | ||
| 60 || [3.0.0+] GetDefaultDisplayResolution || | | 60 || [3.0.0+] [[#GetDefaultDisplayResolution]] || | ||
|- | |- | ||
| 61 || [3.0.0+] [[#GetDefaultDisplayResolutionChangeEvent]] || | | 61 || [3.0.0+] [[#GetDefaultDisplayResolutionChangeEvent]] || | ||
Line 1,104: | Line 1,104: | ||
* 1: In focus. | * 1: In focus. | ||
* 2/3: Out of focus(running in "background"). | * 2/3: Out of focus(running in "background"). | ||
=== RequestToAcquireSleepLock === | |||
No input/output. | |||
=== ReleaseSleepLock === | |||
No input/output. | |||
=== ReleaseSleepLockTransiently === | |||
No input/output. | |||
=== GetAcquiredSleepLockEvent === | === GetAcquiredSleepLockEvent === | ||
Line 1,153: | Line 1,162: | ||
=== IsInControllerFirmwareUpdateSection === | === IsInControllerFirmwareUpdateSection === | ||
No input, returns an output u8 bool. | No input, returns an output u8 bool. | ||
=== GetDefaultDisplayResolution === | |||
No input, returns two output s32s '''width''' and '''height'''. | |||
=== GetDefaultDisplayResolutionChangeEvent === | === GetDefaultDisplayResolutionChangeEvent === | ||
No input, returns an output handle. | No input, returns an output Event handle with autoclear=true. | ||
=== SetCpuBoostMode === | === SetCpuBoostMode === |