View Single Post
03-09-18, 02:29 PM   #9
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Originally Posted by MunkDev View Post
Even if you set left mouse button to focus, your "focus button" won't receive the click because there's a unit frame in the way that doesn't propagate it further. You can use this for any other key binding and it will work, but mouse buttons retain their UI functionality if you're mousing over a mouse-enabled widget, even with overrides.
While unit frames will intercept the mouse, it just means you'll have to write additional code to wrap the click on the frame (or just put your own macro/unit frame under the mouse).
  Reply With Quote