made gamepad report private again
people (like me!) should rather use advanced gamepad for such things
This commit is contained in:
parent
1950101aba
commit
36cba28322
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ public:
|
|||
inline void dPad1(int8_t d){ _report.dPad1 = d; }
|
||||
inline void dPad2(int8_t d){ _report.dPad2 = d; }
|
||||
|
||||
private:
|
||||
HID_GamepadReport_Data_t _report;
|
||||
};
|
||||
extern Gamepad_ Gamepad;
|
||||
|
|
|
|||
Loading…
Reference in a new issue