libnx/nx/include/switch/services/hid_sys.h
2018-08-04 15:30:05 +00:00

15 lines
356 B
C

/**
* @file hid.h
* @brief Human input device (hid:sys) service IPC wrapper.
* @author p-sam
* @copyright libnx Authors
*/
#pragma once
#include "../types.h"
Result hidSysInitialize(void);
void hidSysExit(void);
/// Disables the default behavior of the HOME button (going back to the main menu) if it was enabled
Result hidSysActivateHomeButton();