mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Update src/joystick/hidapi/SDL_hidapi_steam_triton.c
This commit is contained in:
parent
c508e91831
commit
c9bb95c76b
1 changed files with 1 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue