Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: DJVDJV on November 16, 2016, 05:48:57 PM

Title: Right mouse button does not call void OnClick()
Post by: DJVDJV 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()
Title: Re: Right mouse button does not call void OnClick()
Post by: ArenMook 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.