File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ # 20230520 - [ DeveloppeurPascal] ( https://github.com/DeveloppeurPascal )
2+
3+ * renamed the unit Gamolf.RTL.Joystick.Windows.pas into Gamolf.RTL.Joystick.DirectInput.Win.pas
4+ * renamed the service type TGamolfJoystickWindowsService into TGamolfJoystickWinDirectInputService
5+ * renamed the structure info TGamolfJoystickJoyCaps into TGamolfJoystickDirectInputJoyCaps
6+ * updated the Joystick sample project
7+ * added the microGamePad for game controllers with a DPad entry in hasDPad (macOS/iOS/tvO)
8+ * added a common function to get DPad direction for macOS/iOS
9+ * added DPad position to getInfo() function for macOS/iOS
10+ * fixed an error for microGamepad controller in getInfo() function for macOS/iOS
11+ * added the display of DPad orientation in the sample "Joystick" program
12+ * added the display of Joystick (left+right) axes in the sample "Joystick" program
13+ * added the display of trigger (left+right) pression in the sample "Joystick" program
14+ * added a round() on axes values in the Joystick sample program for moving the rectangle on screen
15+ * fixed axes values for macOS/iOS game controllers
16+ * passed test the game controller FMX platform service on macOS
17+ * passed test the game controller FMX platform service on iOS
You can’t perform that action at this time.
0 commit comments