MCPcopy Create free account
hub / github.com/diasurgical/devilution / InitController

Function InitController

SourceX/controls/controller.cpp:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void InitController()
55{
56 InitJoystick();
57#ifndef USE_SDL1
58 InitGameController();
59#endif
60}
61
62} // namespace dvl

Callers 3

SpawnWindowFunction · 0.85
PeekMessageAFunction · 0.85
UiHandleEventsFunction · 0.85

Calls 2

InitJoystickFunction · 0.85
InitGameControllerFunction · 0.85

Tested by

no test coverage detected