Right/Left click pass through? #852


  • Enhancement
Closed
  • Einzbern created this issue Jul 7, 2020

    My current heal style is through mouseover macros. I also like to constantly be able to control my camera by holding down right(or left) click and scrolling around. As it stands, I need to constantly move my mouse cursor between the frames and the actual game world when I want to move my camera. This becomes more of an issue when I need to move and heal at the same time.

    Is it possible to have an option to have right and/or left click pass through the frames so I can still control my camera while hovering over the grid frames?

  • Einzbern added a tag Enhancement Jul 7, 2020
  • Einzbern closed issue Jul 7, 2020
  • Einzbern posted a comment Jul 7, 2020

    Scratch that, I found a sort of work around for what I wanted. I found a macro that toggles mouselook:
    /run if IsMouselooking() then MouselookStop() else MouselookStart() end
    In Clique(seperate addon), I set that as a macro to my right button and clicked the box "Trigger bindings on the 'down' portion of the click (experimental)".


To post a comment, please login or register a new account.