MCPcopy 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
62int Callbacks::onInput(lua_State *L)
63{
64 getList().add(L, NamedLuaFunction::CallbackInput);
65 return 0;
66}
67
68int Callbacks::onFrame(lua_State *L)
69{

Callers

nothing calls this directly

Calls 1

addMethod · 0.80

Tested by

no test coverage detected