- Home /
Question by
seanNovak · Jan 05, 2017 at 06:54 AM ·
inputmousecontrollermouseclick
Map mouse click state to a Joystick button?
Hi all,
I've been trying to figure out how to map a mouse click state to a Joystick button.
Effectively the same thing as:
Input.SetButton("mouse 0", Input.GetButton("Fire 1");
Comment