MCPcopy Create free account
hub / github.com/defold/defold / ScriptWindowRegister

Function ScriptWindowRegister

engine/gamesys/src/gamesys/scripts/script_window.cpp:556–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556void ScriptWindowRegister(const ScriptLibContext& context)
557{
558 LuaInit(context.m_LuaState);
559 g_Window.m_HidContext = context.m_HidContext;
560 g_Window.m_Window = context.m_Window;
561}
562
563void ScriptWindowFinalize(const ScriptLibContext& context)
564{

Callers 1

InitializeScriptLibsFunction · 0.85

Calls 1

LuaInitFunction · 0.70

Tested by

no test coverage detected