I’m working on a game where you drag to shoot, and everything works find except on mobile when you drag off the screen, it gets stuck and doesn’t detect mouse up. Any ideas on how I can fix this?
3 Likes
Make some filters.
If mouse position is the minimum of the screen X or Y or the maximum of the screen X or Y, then make it execute whatever code it would on mouse up.
3 Likes