MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getRelativeMousePos

Method getRelativeMousePos

src/eepp/window/input.cpp:313–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313Vector2i Input::getRelativeMousePos() const {
314 return mRealMousePos;
315}
316
317void Input::setMousePos( const Vector2i& Pos ) {
318 mMousePos = Pos;

Callers 3

mainFunction · 0.80
onMouseMoveMethod · 0.80
scheduledUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected