jtulach / bck2brwsr

Bck2Brwsr VM to transpile Java bytecode to JavaScript
http://bck2brwsr.apidesign.org
Other
114 stars 16 forks source link

Added Pointer and Touch Events #20

Closed jamescarter closed 3 years ago

jamescarter commented 3 years ago

I used bck2browsr to port my Java application over to HTML Canvas and it worked incredibility well, really impressive project. I couldn't find any contribution guidelines, so I hope you don't mind a pull request.

My application has a target for mobile which made it convenient to add a few additional events. What do you think about these additions? Happy to make changes if this are not suitable as-is

jtulach commented 3 years ago

Hello James, contributions welcomed. Pull request is fine.

Btw. the javaquery API is a bit abadoned in favor of Toni Epple's canvas and events API, but if the javaquery works for you then fine.