Playmaker Forum

PlayMaker Feedback => Feature Requests => Topic started by: C.J.Geringer on September 24, 2017, 07:26:16 AM

Title: Right Clicking GUI button
Post by: C.J.Geringer on September 24, 2017, 07:26:16 AM
Would it be possible to add a "UGUI /ON RIGHT CLICK" event for Ugui buttons?

Title: Re: Right Clicking GUI button
Post by: jeanfabre on September 26, 2017, 04:22:13 AM
Hi,

 Use the LastPointerEventData and check the inputButton property, it will tell you if it's a right click or not.

 But I agree adding a direct call would be great and quicker.

 Bye,

 Jean