Alvaro Montoro

Results 13 comments of Alvaro Montoro

I'll check this over the weekend.

Thanks for suggesting this; it is a nice-to-have enhancement. Maybe I can look at it during the weekend with the other bug.

Maybe I misunderstood the request, but the plugin is already doing this: when a controller is connected, the gamepad object is passed as a parameter (the id/name will be in...

Hi @JumpLink, thank you for creating this PR. Migrating to Typescript was not in the roadmap in the short/mid-term. I will need to review these changes thoroughly (it is a...

Sorry, it's taking me so long. At the moment, I don't have the bandwidth to take care of such a big review :(

Right now the library is "reactive": if the user sets a function for an event, it will trigger it when the event happens. For example, you can set functions for...

I have a plan to revamp the library so it is more "proactive": if an event happens, it will trigger a custom event and the user can listen to it....

I think I see the problem now: the way it is right now, the direction/joystick is triggered or not, it doesn't take into account the actual value, just the threshold,...

Thank you for reporting the issue. What OS and browser are you using?

This is a great catch. I think it's because I set a min-width in the input. Let me double-check the code and I'll get a fix out. Thanks for reporting...