Author Topic: Right mouse button does not call void OnClick()  (Read 3833 times)

DJVDJV

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 30
    • View Profile
Right mouse button does not call void OnClick()
« on: November 16, 2016, 05:48:57 PM »
Hellos,

I wonder why mouse right button does not call void OnClick() on my button.
Mouse left (UICamera.currentTouchID = -1) and middlebutton ( UICamera.currentTouchID = -3) clicks calls OnClick()

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Right mouse button does not call void OnClick()
« Reply #1 on: November 20, 2016, 11:49:51 AM »
I don't know, you will have to investigate what event happens when you right-click. Maybe you have it rebound to another mouse button. All 3 buttons result in OnClick on my end.