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

Function LuaGetButtonUp

source/bind_input.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20// ***********************************************************************
21
22int LuaGetButtonUp(lua_State* pLua) {
23 ControllerButton button = (ControllerButton)luaL_checkinteger(pLua, 1);
24 lua_pushboolean(pLua, GetButtonUp(button));
25 return 1;
26}
27
28// ***********************************************************************
29

Callers

nothing calls this directly

Calls 1

GetButtonUpFunction · 0.85

Tested by

no test coverage detected