MCPcopy 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
971void InputSubsystem::ResetCursorPosition()
972{
973 GInput.cursor.cursorX = 0;
974 GInput.cursor.cursorY = 0;
975}
976
977void InputSubsystem::FlushAndResetMouse()
978{
979 GInput.mouse.FlushAndReset();

Callers 1

ResetHUDMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected