Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ ResetCursorPosition
Method
ResetCursorPosition
engine/Poseidon/Input/InputSubsystem.cpp:972–976 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
970
971
void InputSubsystem::ResetCursorPosition()
972
{
973
GInput.cursor.cursorX = 0;
974
GInput.cursor.cursorY = 0;
975
}
976
977
void InputSubsystem::FlushAndResetMouse()
978
{
979
GInput.mouse.FlushAndReset();
Callers
1
ResetHUD
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected