Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: theBrandonWu on May 03, 2011, 03:09:23 PM

Title: Touch to Mouse Input Converter
Post by: theBrandonWu on May 03, 2011, 03:09:23 PM
(http://blobs.ge.tt/57U7eII/Screen shot 2011-05-03 at 11.12.49 AM.png)

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).

:)

Title: Re: Touch to Mouse Input Converter
Post by: Duffdaddy on May 03, 2011, 04:49:13 PM
Nice, I'll make use of that. Thanks!
Title: Re: Touch to Mouse Input Converter
Post by: Keefus on June 14, 2011, 06:37:06 PM
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.