steamcontroller
steamcontroller copied to clipboard
Windows support?
Hi, your readme is a little confusing - it says "This is a little C library for Linux based operating systems", however there does seem to be some Windows-specific stuff in here.
I want to be able to read input from an SC in my remapping application (UCR) which is a Windows C# app.
Would it be possible to use this library to read input from the SC from arbitrary C# code?
To clarify, if I try to run the C# test app, I get
I notice that the dlls are baked into the repo, so I am not sure the Test app is targetting the right SteamController.dll
?:
Finally got it all building. Cleaned up the repo a bit too.
https://github.com/evilC/steamcontroller
Finally got it all building. Cleaned up the repo a bit too. https://github.com/evilC/steamcontroller
Thank you so much for this, I have it running on Windows 10 desktop.
Finally got it all building. Cleaned up the repo a bit too. https://github.com/evilC/steamcontroller
Hi!, Sorry for this late question.. I'm having the same Sytem.EntryPointNotFoundExeption error on your repo too. How you managed to fix this? I'm on VS 2022. Thanks.
Finally got it all building. Cleaned up the repo a bit too. https://github.com/evilC/steamcontroller
Hi!, Sorry for this late question.. I'm having the same Sytem.EntryPointNotFoundExeption error on your repo too. How you managed to fix this? I'm on VS 2022. Thanks.
Never mind.. The release SteamController.dll wasn't working for me, I,ve used CMake to build from source and it's working now.