kniEngine / kni

KNI is a cross-platform C# game framework.
Other
124 stars 9 forks source link

implement wasm Gamepad #1620

Closed nkast closed 1 month ago

nkast commented 3 months ago

https://github.com/nkast/Wasm

https://developer.mozilla.org/en-US/docs/Web/API/Touch_events

https://github.com/kniEngine/kni/blob/main/MonoGame.Framework/Input/.Blazor/ConcreteGamePad.cs

vchelaru commented 2 months ago

+1 to this, I'm looking forward to bringing some of my games to itch.io web but they all use gamepad.

nkast commented 1 month ago

Gamepad API https://github.com/nkast/Wasm/commit/b8a2ddcf59c4a2740c9b41946369ae136f5ae6f5

nkast commented 1 month ago

closed by #1730