Add missing hidsys function in header

This commit is contained in:
XorTroll 2019-09-28 15:54:51 +02:00 committed by fincs
parent 0395a4190e
commit 9eb4bfca20

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