Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started 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()
-
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.