Differences From Artifact [0632be0ddf]:
- File tests/gamecontroller/GameControllerTests.m — part of check-in [5547016712] at 2024-05-09 15:39:10 on branch gamecontroller — OFGameController: Change API for analog sticks (user: js, size: 2462) [annotate] [blame] [check-ins using]
To Artifact [6a78591319]:
- File tests/gamecontroller/GameControllerTests.m — part of check-in [87fa51ae2e] at 2024-05-09 17:39:07 on branch gamecontroller — OFGameController: Correctly scale axes on Linux (user: js, size: 2469) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
79 80 81 82 83 84 85 | controller.rightAnalogStickPosition; [OFStdOut writeFormat: @"(%5.2f, %5.2f)", position.x, position.y]; } [OFStdOut writeString: @"\n"]; } | | | 79 80 81 82 83 84 85 86 87 88 89 | controller.rightAnalogStickPosition; [OFStdOut writeFormat: @"(%5.2f, %5.2f)", position.x, position.y]; } [OFStdOut writeString: @"\n"]; } [OFThread sleepForTimeInterval: 1.f / 60.f]; } } @end |