Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ InputViewportDragEnd
Function
InputViewportDragEnd
src/openrct2-ui/input/MouseInput.cpp:628–632 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
626
}
627
628
static void InputViewportDragEnd()
629
{
630
_inputState = InputState::reset;
631
ContextShowCursor();
632
}
633
634
#pragma endregion
635
Callers
2
GameHandleInputMouse
Function · 0.85
InputViewportDragContinue
Function · 0.85
Calls
1
ContextShowCursor
Function · 0.85
Tested by
no test coverage detected