MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / process

Method process

src/openrct2-ui/input/InputManager.cpp:200–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200void InputManager::process()
201{
202 checkJoysticks();
203 processAnalogueInput();
204 handleModifiers();
205 processEvents();
206 processHoldEvents();
207 handleViewScrolling();
208}
209
210void InputManager::handleViewScrolling()
211{

Callers 1

HandleKeyboardMethod · 0.80

Calls 9

GetWindowManagerFunction · 0.85
WindowTextInputKeyFunction · 0.85
WindowLoadSaveInputKeyFunction · 0.85
IsUsingWidgetTextBoxFunction · 0.85
IsOpenMethod · 0.80
processEventMethod · 0.80
FindByClassMethod · 0.45

Tested by

no test coverage detected