MissionControl/btdrv-mitm/source/bluetooth/bluetooth_hid.hpp

17 lines
354 B
C++
Raw Normal View History

#pragma once
#include <switch.h>
#include <stratosphere.hpp>
namespace ams::bluetooth::hid {
void HandleEvent(void);
os::SystemEventType *GetSystemEvent(void);
os::SystemEventType *GetForwardEvent(void);
os::SystemEventType *GetUserForwardEvent(void);
Result InitializeEvents(void);
Result StartEventHandlerThread(void);
}