GE Lua Documentation

Press F to search!

SetWindowFocus1

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:140
function M.SetWindowFocus1() imgui.SetWindowFocus1() end

Callers

@/lua/ge/extensions/editor/sceneTree.lua
      if not node.isGroup then
        imgui.SetWindowFocus1()
      end
@/lua/ge/extensions/editor/assetBrowser.lua
local function dragDropSource(asset, pos)
  if var.dragging == var.dragging_enum.dragging then im.SetWindowFocus1() end