View Single Post
04/08/14, 10:07 AM   #3
Tingle0x539
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 25
I would like the event to happen no matter over what element I have hovered, what controller should I set this handle on? GuiRoot doesn't seem to do it. Is there some global mouse enabled controller I can use?

And btw, I just hooked the handler up to something so I can prototype a bit, and middle mouse button does not trigger the event.

Edit, eh ok - for some reason EVENT_GLOBAL_MOUSE_DOWN now returns the correct mouse key. 3 is middle in this case.

Last edited by Tingle0x539 : 04/08/14 at 11:06 AM.
  Reply With Quote