Skip to content
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

gamepad not working for glvis #18

Open
jtristano opened this issue Aug 28, 2023 · 3 comments
Open

gamepad not working for glvis #18

jtristano opened this issue Aug 28, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@jtristano
Copy link

I see gamepad events in my browser and I see gamepad functions in glvis but glvis is not respecting my gamepad (spacemouse) . Can someone please fix this issue? I've spent a good bit of time trying to debug this to no avail.

This url states that my gamepad is registerd and active
https://greggman.github.io/html5-gamepad-test/

Thanks
Joe

@tzanio
Copy link
Member

tzanio commented Aug 29, 2023

@tomstitt, do you know anything about that?

@v-dobrev v-dobrev added the enhancement New feature or request label Aug 30, 2023
@v-dobrev
Copy link
Member

I posted some thoughts about this in the similar issue GLVis/glvis#263.

Unfortunately, I do not have a device like this, so I cannot really try it out with GLVis or GLVis-js.

@jtristano
Copy link
Author

Thanks I now see how things are built from c++ glvis.. However,it's interesting that emscripten creates the hooks for the gamepad in the js code but it seems that they aren't wired. I had thought there may be an easy way to wire in the the web version w/out having to wire in the c++ version. @tomstitt is there a way?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants