Skip to content

Commit

Permalink
Add start button to GamecubeController example
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyHaystack committed Jul 21, 2022
1 parent f8a4c2a commit c4e9a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/GamecubeController/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ int main(void) {
printf("L: %d\n", report.l);
printf("R: %d\n", report.r);
printf("Z: %d\n", report.z);
printf("Start: %d\n", report.start);
printf("D-Pad Left: %d\n", report.dpad_left);
printf("D-Pad Right: %d\n", report.dpad_right);
printf("D-Pad Down: %d\n", report.dpad_down);
Expand Down

0 comments on commit c4e9a86

Please sign in to comment.