hid: Tweaks, Analog Sticks (#435)
* hid: Update mouse/keyboard state * hid: Working analog sticks * hid: Nits * hid: Nits * hid: Update mystery sections * hid: Tweaks
This commit is contained in:
parent
9eccb5de9d
commit
266703b50e
3 changed files with 215 additions and 59 deletions
|
@ -99,6 +99,10 @@ enum Values {
|
|||
NumAnalogs,
|
||||
};
|
||||
|
||||
constexpr int STICK_HID_BEGIN = LStick;
|
||||
constexpr int STICK_HID_END = NumAnalogs;
|
||||
constexpr int NUM_STICKS_HID = NumAnalogs;
|
||||
|
||||
static const std::array<const char*, NumAnalogs> mapping = {{
|
||||
"lstick",
|
||||
"rstick",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue