Skip to content
INPUT
- Added Init and Shutdown functions to the SteamInput subsystem
GENERAL
- Added two new utility functions
- ReadFileToBytes
This function will read a binary file and output an array of uint8 - WriteBytesToFile
This function will write an array of uint8 to a binary file
INPUT
- Added missing function “GetConnectedControllers”
GENERAL
- A lot of code refactoring and cleanup
- Fixed structs that generated initialization warnings on 4.27 and newer builds
GENERAL
- Added a error message to check assert macros when steam is not available
WEB
- Fixed DeleteLeaderboard not sending the AppId to steam correctly