mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 07:17:53 +00:00
second commit lion review
This commit is contained in:
parent
a8852024b6
commit
4736326a05
28 changed files with 73 additions and 42 deletions
|
@ -4,9 +4,17 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
namespace Input {
|
||||
namespace Common::Input {
|
||||
struct CallbackStatus;
|
||||
};
|
||||
enum class BatteryLevel : u32;
|
||||
using BatteryStatus = BatteryLevel;
|
||||
struct AnalogStatus;
|
||||
struct ButtonStatus;
|
||||
struct MotionStatus;
|
||||
struct StickStatus;
|
||||
struct TouchStatus;
|
||||
struct TriggerStatus;
|
||||
}; // namespace Common::Input
|
||||
|
||||
namespace Core::HID {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue