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

Method GetMouseState

LuaSTGPlus/LuaWrapper.cpp:1673–1677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1671 return 2;
1672 }
1673 static int GetMouseState(lua_State* L)LNOEXCEPT
1674 {
1675 lua_pushboolean(L, LAPP.GetMouseState(luaL_checkinteger(L, 1)));
1676 return 1;
1677 }
1678
1679 // 杂项
1680 static int Snapshot(lua_State* L)LNOEXCEPT

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected