Add missing hidsys function in header

This commit is contained in:
XorTroll 2019-09-28 15:54:51 +02:00 committed by GitHub
parent fe836e2145
commit 6420a54477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);