mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Add missing hidsys function in header
This commit is contained in:
parent
0395a4190e
commit
9eb4bfca20
@ -43,6 +43,11 @@ Result hidsysEnableAppletToGetInput(bool enable);
|
||||
**/
|
||||
Result hidsysAcquireHomeButtonEventHandle(Event* event_out);
|
||||
|
||||
/**
|
||||
* @brief Returns an event that fires when the capture button is pressed. This event does not auto clear.
|
||||
**/
|
||||
Result hidsysAcquireCaptureButtonEventHandle(Event* event_out);
|
||||
|
||||
Result hidsysActivateHomeButton(void);
|
||||
Result hidsysActivateSleepButton(void);
|
||||
Result hidsysActivateCaptureButton(void);
|
||||
|
Loading…
Reference in New Issue
Block a user