philippj / SteamworksPy

A working Python API system for Valve's Steamworks.
MIT License
212 stars 39 forks source link

Replace SteamController with SteamInput API #85

Closed Frederic98 closed 1 year ago

Frederic98 commented 1 year ago

The SteamController interface has been deprecated: https://partner.steamgames.com/doc/api/ISteamController

As an improvement, I've also added that it searches for .dll/.so library files for SteamworksPy and libsteam_api in the directory of the steamworks python library. With this, the library files are all in one place, instead of the user project folder.