mirror of
https://github.com/ndeadly/MissionControl
synced 2024-12-04 18:19:19 +00:00
10 lines
324 B
C++
10 lines
324 B
C++
#pragma once
|
|
#include <switch.h>
|
|
#include <stratosphere.hpp>
|
|
|
|
extern ams::os::SystemEventType g_btHidSystemEvent;
|
|
extern ams::os::SystemEventType g_btHidSystemEventFwd;
|
|
extern ams::os::SystemEventType g_btHidSystemEventUser;
|
|
|
|
ams::Result InitializeBluetoothHidEvents(void);
|
|
ams::Result StartBluetoothHidEventThread(void);
|