diff --git a/src/joystick/hidapi/SDL_hidapi_steam_triton.c b/src/joystick/hidapi/SDL_hidapi_steam_triton.c index b4770f7db0..f1ab4afa10 100644 --- a/src/joystick/hidapi/SDL_hidapi_steam_triton.c +++ b/src/joystick/hidapi/SDL_hidapi_steam_triton.c @@ -263,7 +263,7 @@ static void HIDAPI_DriverSteamTriton_HandleState(SDL_HIDAPI_Device *device, ctx->left_touch_x, ctx->left_touch_y, pTritonReport->sPressureLeft / 32768.0f); - ctx->left_touch_down=downLeft; + ctx->left_touch_down = left_touch_down; } if (downRight || ctx->right_touch_down){ if (downRight){