MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / SetWindowed

Method SetWindowed

LuaSTGPlus/LuaWrapper.cpp:446–450  ·  view source on GitHub ↗

框架函数

Source from the content-addressed store, hash-verified

444 {
445 // 框架函数
446 static int SetWindowed(lua_State* L)LNOEXCEPT
447 {
448 LAPP.SetWindowed(lua_toboolean(L, 1) == 0 ? false : true);
449 return 0;
450 }
451 static int SetFPS(lua_State* L)LNOEXCEPT
452 {
453 int v = luaL_checkinteger(L, 1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected