playMaker

Author Topic: Can I right click for Mouse Pick Event?  (Read 2966 times)

GrandAlchemist

  • Playmaker Newbie
  • *
  • Posts: 9
Can I right click for Mouse Pick Event?
« on: November 26, 2014, 01:40:15 AM »
Hey there, simple question.

Mouse Pick uses the left mouse button.

How do I change it to use right mouse button, instead?

Thanks!
« Last Edit: November 28, 2014, 12:39:40 AM by GrandAlchemist »

phannDOTde

  • Full Member
  • ***
  • Posts: 237
    • Peter Hann .de
Re: Can I right click for Mouse Pick Event?
« Reply #1 on: January 05, 2016, 06:42:20 AM »
For a second question, more aesthetics than show stopping,
is there an action to change button state from "Highlight, Normal, pressed, Disabled"?

Buttons will remain highlighted after clicking until another is clicked.
When moving items in an inventory, this would be confusing to the player,
especially when that slot becomes empty.

Please don't Hijack someone elses thread just make your own on the help section of the forum bc. no one will find your question or an possible answer anytime later  on if it's under a completely different Subject Title.

phannDOTde

  • Full Member
  • ***
  • Posts: 237
    • Peter Hann .de
Re: Can I right click for Mouse Pick Event?
« Reply #2 on: January 05, 2016, 06:51:56 AM »
Hey there, simple question.

Mouse Pick uses the left mouse button.

How do I change it to use right mouse button, instead?

Thanks!

Have you tried to use Mouse Up or Down (Right mouse button) => Mouse Pick instead of Mouse Pick Event? This way separating those actions you could hook also different inputs to it i.e. an Controller setup etc.


Else you could change the MousePickEvent Action and make your own modified one listening to only RMB probably - didn't check that myself.
« Last Edit: January 05, 2016, 06:54:47 AM by phannDOTde »