Android/Apple native plugin for touch input?
Hi,
Do you know if it's technically possible to write basic native plugins (for Android and Apple mobile devices) that simply store all touches that the OS provides?
My Unity code would then ask the native plugin for the latest touches on demand.
Thanks Gareth
PS: Why do I want to do this? In my Android tests Unity exposes roughly half (or less) of the touch points that the Android operating system sees. My game is precision swipe based, and this makes a big difference, I need all the touch points I can get.
Comment
Your answer
Follow this Question
Related Questions
How to pick up an object when touching a button(Mobile) 0 Answers
How can i move just one object ? 0 Answers
Problem with swipe and player jump 2 Answers
mousePosition for Android 1 Answer
Resolution Of Android and IPhone. 1 Answer