Skip to content

Commit f1d128e

Browse files
done 20230520
1 parent 12ee6b2 commit f1d128e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)