- most WORD and SWORD are gone.

This commit is contained in:
Christoph Oelckers 2017-03-08 18:50:37 +01:00
commit ba0f5a3f94
84 changed files with 471 additions and 469 deletions

View file

@ -126,7 +126,7 @@ protected:
float Multiplier;
AxisInfo Axes[NUM_AXES];
static DefaultAxisConfig DefaultAxes[NUM_AXES];
WORD LastButtons;
int LastButtons;
bool Connected;
bool Marked;
bool Active;
@ -481,7 +481,7 @@ bool FRawPS2Controller::ProcessInput(RAWHID *raw, int code)
}
// Generate events for buttons that have changed.
WORD buttons = 0;
int buttons = 0;
// If we know we are digital, ignore the D-Pad.
if (!digital)