MCPcopy Create free account
hub / github.com/DavidColson/Polybox / LuaGetKeyUp

Function LuaGetKeyUp

source/bind_input.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70// ***********************************************************************
71
72int LuaGetKeyUp(lua_State* pLua) {
73 Key key = (Key)luaL_checkinteger(pLua, 1);
74 lua_pushboolean(pLua, GetKeyUp(key));
75 return 1;
76}
77
78// ***********************************************************************
79

Callers

nothing calls this directly

Calls 1

GetKeyUpFunction · 0.85

Tested by

no test coverage detected