View Single Post
04/25/19, 09:42 AM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Did you enable the mouse button on the control you are using the onclicked handler on?
Per default only the left mouse button is active and you have to manually enable any additional buttons you wish to use via "control:EnableMouseButton(mouseButton, enable)". Otherwise the OnClicked handler won't fire for them.
  Reply With Quote