Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Relation between touch and mouse events — Gideros Forum

Relation between touch and mouse events

john26john26 Maintainer
edited December 2013 in General questions
I am wondering exactly how these are related. For instance running on a device, you would get touch events. How are mouse events generated from these? Does Gideros simply check if the touch event id is "1" and if so pass it through as a mouse event? (ignoring other touch events).

If running on windows you get mouse events. Are these converted to touch events with id 1?

Is there any problem having both MOUSE_DOWN (etc) and TOUCHES_BEGIN (etc) listeners in the same scene?

Comments

Sign In or Register to comment.