- Home /
Question by
Fallouturama · Aug 10, 2016 at 03:24 PM ·
touchscreenmouse inputmouse movement
Pure mouse input X Y axis (NO TOUCH)
How can I isolate mouse input coordinates from touch coordinates on touchscreen devices? (Android)
To check if :
if(Input.touchCount == 0)
Is useless because on every touch event I'm loosing mouse delta movement information.
Any workaround?
Can one get access to Unity's native IO library?
Other native library to use?
Comment
Your answer
Follow this Question
Related Questions
Touch input to Mouse input || Simple drag drop 0 Answers
Touchscreens, Unity and all that hub-bub 1 Answer
C# Touch Script - Fix GameObject touch. 0 Answers
Build an text editor in unity 3d 0 Answers
Bug moving a character with onscreen Joystick prefab 0 Answers