MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetCursorX

Method GetCursorX

engine/Poseidon/Input/InputSubsystem.cpp:729–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727
728float InputSubsystem::GetCursorX() const
729{
730 return GInput.cursor.cursorX;
731}
732float InputSubsystem::GetCursorY() const
733{
734 return GInput.cursor.cursorY;
735}

Callers 2

DrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected