IsAnyMouseDown
Definition
-- @/=[C]:-1
function IsAnyMouseDown(...)
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
end
function M.IsAnyMouseDown() return imgui.IsAnyMouseDown() end
function M.GetMousePos() return imgui.GetMousePos() end
end
function M.IsAnyMouseDown() return imgui.IsAnyMouseDown() end
function M.GetMousePos() return imgui.GetMousePos() end
@/lua/common/extensions/ui/imgui_custom_luaintf.lua
cursor.y + M.GetWindowPos().y + itemSize.y + 2 - M.GetScrollY()),
M.GetColorU321(M.IsAnyMouseDown() and M.Col_HeaderActive or M.Col_HeaderHovered), 1, 1)
@/lua/ge/extensions/editor/flowgraphEditor.lua
end
M.allowTooltip = lastMouseTimer > 0.5 and not im.IsAnyMouseDown()