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

Inconsitent use of HI inside GamepadPlugin #19

Open
DavidVollmers opened this issue Jul 31, 2018 · 0 comments
Open

Inconsitent use of HI inside GamepadPlugin #19

DavidVollmers opened this issue Jul 31, 2018 · 0 comments

Comments

@DavidVollmers
Copy link

DavidVollmers commented Jul 31, 2018

Hello,

this.HI.trigger(HI.scope + event, gp.buttons[j].value, gamepads[i]);

this.HI.trigger(HI.scope + event, gp.axes[j], gamepads[i]);

HI is used instead of this.HI which results in an error when managing the HI instance by yourself and when no global HI is defined...

A hacky hotfix for this issue can be:

eval( 'window.HI = { scope: "" }' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant