View Single Post
06-09-18, 06:03 AM   #2
Kakjens
A Cliff Giant
Join Date: Apr 2017
Posts: 75
You could add
Code:
print(elpased)
after
Code:
local x, y = GetCursorPosition()
to understand what happens.
I think you might want to use UPDATE_MOUSEOVER_UNIT event though.
  Reply With Quote