-
Notifications
You must be signed in to change notification settings - Fork 238
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
Mobile events #1617
base: master
Are you sure you want to change the base?
Mobile events #1617
Conversation
Third similar extension having to do with touches on the screen, wow. |
this one "does" have more useful blocks though. |
@Sesena0u0 for mobile you shoud call it tap or press, not click. this is to avoid confusion. |
Yes you are right, I will correct that. Thank you |
something I must alert any "touch" based extension about, not every device with a touch screen is a mobile device. there are even windows 11 computers with touch screens. please keep this in mind when creating/editing extensions like this. that being said, tapping works, but all swiping and pinching blocks do not work. |
I am on a touchscreen chromebook |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's cool, it works well and I guess this game was created with it?
https://sesena0u0.itch.io/two-switch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice extension
I'm on a windows touchscreen (you dont need to reply) |
This extension adds specific events for mobile devices to TurboWarp. It allows you to use swipe, tap events, and more.