Michael Hicks
Michael Hicks
Hello, I'm using JoyShockLibrary.cs to enable motion support via the DualShock 4. When I call JslGetIMUState(), the acceleration values are correctly set. However, the gyro values are always NaN. Do...
Hello, I'm currently plugging this into a MonoGame project and received an error when calling JslGetConnectedDeviceHandles(). I was able to fix the crash by making the following change: ``` [DllImport("JoyShockLibrary"]...
Hey again, I've got everything working great except one thing: how do we check if a controller is disconnected? Right now I'm calling JslConnectDevices() and JslGetConnectedDeviceHandles() every frame to see...