GE Lua Documentation

Press F to search!

SetWindowFocus1

Definition


-- @/=[C]:-1
function SetWindowFocus1(...)

Callers

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