View Single Post
09-28-18, 12:21 PM   #1
joeyo
An Aku'mai Servant
Join Date: Jan 2012
Posts: 31
click through player/target/minimap frame macro help

so i have this toggle switch that i use to make my frames clickable or clickthrough

/run local a = not PlayerFrame:IsMouseEnabled() PlayerFrame:EnableMouse(a) TargetFrame:EnableMouse(a) MinimapCluster:EnableMouse(a) Minimap:EnableMouse(a)

i was curious is there a way to make it so that if i hold shift all 3 become clickable and then if i release shift everything becomes click through again?
  Reply With Quote