mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-27 01:45:35 -05:00
fix CCControllerState using unknown byte type
This commit is contained in:
parent
efcbf58db2
commit
f5a68154d2
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ class CC_DLL CCControllerState
|
|||
public:
|
||||
DWORD m_packetNumber;
|
||||
WORD m_buttons;
|
||||
byte m_leftTrigger;
|
||||
byte m_rightTrigger;
|
||||
unsigned char m_leftTrigger;
|
||||
unsigned char m_rightTrigger;
|
||||
short m_thumbLX;
|
||||
short m_thumbLY;
|
||||
short m_thumbRX;
|
||||
|
|
Loading…
Reference in a new issue