I am doing a mobile game, and I want to use the new swipe commands from wade 1.2
I can do
object.onSwipeRight = function()
this works. But I want to detect swipe right anywhere, not only when it is on object.
I think maybe I can use a transparent object in background to capture onSwipeRight event, but is this a good (best) idea or do you know a better approach?