-
Notifications
You must be signed in to change notification settings - Fork 19
Gamepad support on all platforms #131
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
base: master
Are you sure you want to change the base?
Conversation
examples/httprequest.nims
Outdated
| @@ -0,0 +1 @@ | |||
| --define:ssl | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unsure why it sees this as an addition? Got in from a rebase
|
testing the gamepad example on linux, i get crazy C errors: |
config.nims
Outdated
| @@ -0,0 +1,59 @@ | |||
| import strutils | |||
|
|
|||
| if defined(linux): | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if defined(linux): | |
| if defined(linux) and not defined(emscripten): |
we don't want -ludev or -levdev when building emscripten on linux
|
Update: the snes-style usb gamepad at the office works on the emscripten version. However a ps2-style and an atari-style joystick at the office does not seem to be working, even after reloading. all 3 of these controllers work fine on an html5 gamepad tester. strange that one would work and the others not |
still need to finish other platforms

still need to finish other platforms