You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out this is caused by the left and right reports overwriting each other. We need to keep track of left_buttons and right_buttons separately, and only reset the currently active controller's buttons at the start of button processing for that controller (left_buttons = 0, instead of report.wButtons = 0).
The text was updated successfully, but these errors were encountered:
Turns out this is caused by the left and right reports overwriting each other. We need to keep track of
left_buttons
andright_buttons
separately, and only reset the currently active controller's buttons at the start of button processing for that controller (left_buttons = 0
, instead ofreport.wButtons = 0
).The text was updated successfully, but these errors were encountered: