Changes

1,060 bytes added ,  06:17, 29 November 2020
Line 1,189: Line 1,189:  
| 31 || [[#SendKeyboardLockKeyEvent_2|SendKeyboardLockKeyEvent]]
 
| 31 || [[#SendKeyboardLockKeyEvent_2|SendKeyboardLockKeyEvent]]
 
|-
 
|-
| 101 || AcquireHomeButtonEventHandle
+
| 101 || [[#AcquireHomeButtonEventHandle]]
 
|-
 
|-
| 111 || ActivateHomeButton
+
| 111 || [[#ActivateHomeButton]]
 
|-
 
|-
| 121 || AcquireSleepButtonEventHandle
+
| 121 || [[#AcquireSleepButtonEventHandle]]
 
|-
 
|-
| 131 || ActivateSleepButton
+
| 131 || [[#ActivateSleepButton]]
 
|-
 
|-
| 141 || AcquireCaptureButtonEventHandle
+
| 141 || [[#AcquireCaptureButtonEventHandle]]
 
|-
 
|-
| 151 || ActivateCaptureButton
+
| 151 || [[#ActivateCaptureButton]]
 
|-
 
|-
 
| 161 || [7.0.0+] GetPlatformConfig
 
| 161 || [7.0.0+] GetPlatformConfig
Line 1,548: Line 1,548:  
== SendKeyboardLockKeyEvent ==
 
== SendKeyboardLockKeyEvent ==
 
Takes an u32 BitFlagSet [[#KeyboardLockKeyEvent]], no output.
 
Takes an u32 BitFlagSet [[#KeyboardLockKeyEvent]], no output.
 +
 +
== AcquireHomeButtonEventHandle ==
 +
Takes a PID, an [[AM_services|AppletResourceUserId]], returns an output Event handle.
 +
 +
The EventClearMode used by sdknso is user-specified.
 +
 +
== ActivateHomeButton ==
 +
Takes a PID, an [[AM_services|AppletResourceUserId]], no output.
 +
 +
Activates the [[#HomeButtonSharedMemoryFormat|HomeButton]] sharedmem.
 +
 +
== AcquireSleepButtonEventHandle ==
 +
Takes a PID, an [[AM_services|AppletResourceUserId]], returns an output Event handle.
 +
 +
The EventClearMode used by sdknso is user-specified.
 +
 +
== ActivateSleepButton ==
 +
Takes a PID, an [[AM_services|AppletResourceUserId]], no output.
 +
 +
Activates the [[#SleepButtonSharedMemoryFormat|SleepButton]] sharedmem.
 +
 +
== AcquireCaptureButtonEventHandle ==
 +
Takes a PID, an [[AM_services|AppletResourceUserId]], returns an output Event handle.
 +
 +
The EventClearMode used by sdknso is user-specified.
 +
 +
== ActivateCaptureButton ==
 +
Takes a PID, an [[AM_services|AppletResourceUserId]], no output.
 +
 +
Activates the [[#CaptureButtonSharedMemoryFormat|CaptureButton]] sharedmem.
    
== GetMaskedSupportedNpadStyleSet ==
 
== GetMaskedSupportedNpadStyleSet ==