Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ Initialise
Method
Initialise
Source/SysGL/Input/InputManagerGL.cpp:72–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
bool IInputManager::Initialise()
73
{
74
CPU_RegisterVblCallback( &CheckPadStatusVblHandler, this );
75
return true;
76
}
77
78
void IInputManager::Finalise()
79
{
Callers
1
Create
Method · 0.45
Calls
1
CPU_RegisterVblCallback
Function · 0.85
Tested by
no test coverage detected