mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 04:57:54 +00:00
Adds missing controller types and properties
This commit is contained in:
parent
65bd33b7c6
commit
1f204e5930
9 changed files with 191 additions and 30 deletions
|
@ -29,12 +29,14 @@ enum class HidController : std::size_t {
|
|||
Mouse,
|
||||
Keyboard,
|
||||
XPad,
|
||||
Unknown1,
|
||||
Unknown2,
|
||||
Unknown3,
|
||||
SixAxisSensor,
|
||||
HomeButton,
|
||||
SleepButton,
|
||||
CaptureButton,
|
||||
InputDetector,
|
||||
UniquePad,
|
||||
NPad,
|
||||
Gesture,
|
||||
ConsoleSixAxisSensor,
|
||||
|
||||
MaxControllers,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue