Skip to content

Commit

Permalink
Fix trigger input
Browse files Browse the repository at this point in the history
  • Loading branch information
kraflab committed Jul 15, 2024
1 parent 1910f24 commit a13c703
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prboom2/src/dsda/game_controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ void dsda_PollGameController(void) {
if (!game_controller)
return;

dsda_PollGameControllerButtons();
dsda_PollLeftStick();
dsda_PollRightStick();
}
Expand Down

0 comments on commit a13c703

Please sign in to comment.