GE Lua Documentation

Press F to search!

IsAnyItemActive

Definition


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

Callers

@/lua/ge/extensions/editor/objectTool.lua
    and not imgui.GetIO().WantCaptureMouse
    and not imgui.IsAnyItemActive() then
    local hID = 0
      and not imgui.GetIO().WantCaptureMouse
      and not imgui.IsAnyItemActive() then
    if objectIdByIconClick and objectIdByIconClick ~= 0 then
@/lua/ge/extensions/editor/api/gui.lua
local function isViewportFocused()
  return not imgui.IsAnyItemActive()
end