MCPcopy 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
72bool IInputManager::Initialise()
73{
74 CPU_RegisterVblCallback( &CheckPadStatusVblHandler, this );
75 return true;
76}
77
78void IInputManager::Finalise()
79{

Callers 1

CreateMethod · 0.45

Calls 1

CPU_RegisterVblCallbackFunction · 0.85

Tested by

no test coverage detected