Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
313
Vector2i Input::getRelativeMousePos() const {
314
return mRealMousePos;
315
}
316
317
void Input::setMousePos( const Vector2i& Pos ) {
318
mMousePos = Pos;
Callers
3
main
Function · 0.80
onMouseMove
Method · 0.80
scheduledUpdate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected