You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just created account to say Thank You for creating such an Amazing API!
I use it at my application with almost no problems. The GetLedNumber() always returns 1.
I'm using P/Invoke to call your code from C#. Here is the function signature: [DllImport("vXboxInterface.dll", EntryPoint = "GetLedNumber", CallingConvention = CallingConvention.Cdecl)] private static extern bool GetLedNumber(uint userIndex, out byte ledNumber);
Hi, I just created account to say Thank You for creating such an Amazing API!
I use it at my application with almost no problems. The GetLedNumber() always returns 1.
I'm using P/Invoke to call your code from C#. Here is the function signature:
[DllImport("vXboxInterface.dll", EntryPoint = "GetLedNumber", CallingConvention = CallingConvention.Cdecl)] private static extern bool GetLedNumber(uint userIndex, out byte ledNumber);
I can live without the led number, but I want to ask you for a feature to implement.
Can you please provide a function, which sets the virtual controller sub type (subtypes listed here: https://msdn.microsoft.com/en-us/library/windows/desktop/hh405050%28v=vs.85%29.aspx)?
Thank you again!
Best Regards,
djlastnight
The text was updated successfully, but these errors were encountered: