playMaker

Author Topic: Mouse Button Down/Up input settings?  (Read 1247 times)

Teco

  • Playmaker Newbie
  • *
  • Posts: 2
Mouse Button Down/Up input settings?
« on: September 22, 2017, 03:00:27 AM »
Hello, I've been making my game and it uses 'mouse button down' and 'mouse button up' and I wanted to implement Controller Support so I've edited the Input settings for every other bind but I'm not sure if the 'mouse button' actions are dependent on the Input Settings.

Rather than go through my entire project changing it to 'get button down' I don't suppose there's an Input setting that needs to be named something in particular to match the mouse button actions would there?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Mouse Button Down/Up input settings?
« Reply #1 on: September 22, 2017, 03:51:03 AM »
Hi,
The mouse actions and the mouse transitions are not connected to the InputManager.

'Get Button' and 'Get Axis' actions are connected to InputManager :)