Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clementgallet/libTAS
/ onInput
Method
onInput
src/program/lua/Callbacks.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
int Callbacks::onInput(lua_State *L)
63
{
64
getList().add(L, NamedLuaFunction::CallbackInput);
65
return 0;
66
}
67
68
int Callbacks::onFrame(lua_State *L)
69
{
Callers
nothing calls this directly
Calls
1
add
Method · 0.80
Tested by
no test coverage detected