mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-28 16:55:29 +00:00
todo
This commit is contained in:
@@ -191,7 +191,7 @@ local function EditBox_OnEnterPressed()
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function EditBox_OnReceiveDrag()
|
local function EditBox_OnReceiveDrag()
|
||||||
if not GetCursorInfo then print("TODO GetCursorInfo") return end -- TODO
|
if not GetCursorInfo then return end
|
||||||
|
|
||||||
local self = this.obj
|
local self = this.obj
|
||||||
local type, id, info = GetCursorInfo()
|
local type, id, info = GetCursorInfo()
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ local function OnMouseUp() --
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function OnReceiveDrag() -- EditBox / ScrollFrame
|
local function OnReceiveDrag() -- EditBox / ScrollFrame
|
||||||
if not GetCursorInfo then print("TODO GetCursorInfo") return end -- TODO
|
if not GetCursorInfo then return end
|
||||||
|
|
||||||
local type, id, info = GetCursorInfo()
|
local type, id, info = GetCursorInfo()
|
||||||
if type == "spell" then
|
if type == "spell" then
|
||||||
|
|||||||
Reference in New Issue
Block a user