PlayMaker Help & Tips > iOS Help

Touch to Mouse Input Converter

(1/1)

theBrandonWu:


I made a FSM to convert touch input into mouse input in my project so that it will work on my Mac and iPhone at the same time. Just drop the prefab into your scene, or create a GameObject, add FSM, and paste the template in the .asset file.

Download link: http://ge.tt/57U7eII

Basically, when a user touches the screen (Touch Began), this FSM will send a MOUSE DOWN event to the object touched, and send a MOUSE UP event to the object touched when the user lifts his/her finger (Touch Ended).

:)

Duffdaddy:
Nice, I'll make use of that. Thanks!

Keefus:
This is really great thanks, would it be possible to convert this for multi-touch use? I tried duplicating the FSM and using a different finger ID but it did'nt work.

Thanks again.

Navigation

[0] Message Index

Go to full version