-
Notifications
You must be signed in to change notification settings - Fork 21
Add sdlhidapi.inc #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sdlhidapi.inc #93
Conversation
|
Great update! Thanks! I wonder though, if Minor hint: Still don't like the capital U in the middle of unsigned var types though. Best regards |
|
The reason for hiding
This leads to the companion library units failing to compile because As far as I could see, there were two ways this could be solved:
I opted for solution B; however, if you think that A is preferable, it's a trivial change. |
|
I see, good solution and great PR! Tried to quickly fix a tiny conflict by GitHub's web interface. I do not like the resulting (final) merge commit it generates. I wouldn't do that again, sorry for that. Hint: The failing windows CI run is caused by the remote windows setup. Nothing to worry about. Best regards |
This patch adds a
sdlhidapi.inc, a translation ofSDL_hidapi.h. It also adds a definition for thecwchar_ttype.