![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | JulioYagami |
I use event.doubleclick
with an InputEventMouseButton
, it worked for PC but not for Android and I wanted to know, why?
I think that’s because that is a MOUSE input event and not a touch event?
Schweini | 2019-08-18 16:35
However I enabled emulate Mouse from Touch, so it should work.
JulioYagami | 2019-08-18 20:46
I don’t think so really. Try to do: InputEventScreenTouch and then try event.doubleclick
Schweini | 2019-08-19 07:28