does anyone know how to attach the tooltip to the mouse? i have a simple 3 line addon that does attach it (i will worry about offset after) but it is missing some hook or call or something because it disappears sometimes... (mouse quickly between player & pet frames or raid or party frames)
function GameTooltip_SetDefaultAnchor(tooltip, parent, ...)
tooltip:SetOwner(parent, "ANCHOR_CURSOR")
end
what am i missing?
thanks a lot
the addon tiptac does this correctly and i am trying to comprehend it and figure out what it is doing different... but was wondering if anyone might know?


