diff --git a/port/src/input.c b/port/src/input.c index ebf0c4667b..20137358c1 100644 --- a/port/src/input.c +++ b/port/src/input.c @@ -75,7 +75,7 @@ static s32 connectedMask = 0; static s32 numJoysticks = 0; static s32 useHIDAPI = 1; -static s32 useRawInput = 1; +static s32 useRawInput = 0; static s32 mouseEnabled = 1; static s32 mouseX, mouseY;