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

Function InputSetState

src/openrct2/Input.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void InputSetState(InputState state)
44 {
45 _inputState = state;
46 }
47
48 InputState InputGetState()
49 {

Callers 3

ResetSubsystemsMethod · 0.85
WindowTooltipResetFunction · 0.85
onOpenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected