We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mobile controls use touch, and use it differently from click - zoom gesture for zoom, two finger swipe for pan, one finger press/drag for actions.
UI will also change the behavior of the one finger press/drag.
This logic will best be implemented in JavaScript and passed along to the WASM listener.
Game factory can accept a handle to an object that will construct, attach, detach, and destroy a mobile listener.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Mobile controls use touch, and use it differently from click - zoom gesture for zoom, two finger swipe for pan, one finger press/drag for actions.
UI will also change the behavior of the one finger press/drag.
This logic will best be implemented in JavaScript and passed along to the WASM listener.
Game factory can accept a handle to an object that will construct, attach, detach, and destroy a mobile listener.
The text was updated successfully, but these errors were encountered: