GE Lua Documentation

Press F to search!

IsAnyMouseDown

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:1150
function M.IsAnyMouseDown() return imgui.IsAnyMouseDown() end

Callers

@/lua/ge/extensions/editor/flowgraphEditor.lua
  end
  M.allowTooltip = lastMouseTimer > 0.5 and not im.IsAnyMouseDown()
@/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)