Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: che1974 on November 09, 2016, 06:25:31 PM

Title: Virtual Button for mobile axis input
Post by: che1974 on November 09, 2016, 06:25:31 PM
Hi,

U GUI Question.

Virtual Button for android mobile Input.
How can I transfer the input from a button as a and d?
(Button Left = a || Button Right = d)

I can not find any tutorial for a virtual button.
Thanks for help.
Title: Re: Virtual Button for mobile axis input
Post by: jeanfabre on November 18, 2016, 02:36:42 AM
Hi,

 you can't, you'll have to abstract the button call with your own call which you then call from either a button being pressed or a virtual button being pressed.

 Bye,

 Jean