Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AbyssEngine/AbyssEngineOld
/ setPosition
Method
setPosition
src/Abyss/Common/MouseState.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void MouseState::setPosition(const int x, const int y) {
23
_x = x;
24
_y = y;
25
}
26
27
void MouseState::setVisible(const bool visible) { _visible = visible; }
28
Callers
1
processEvents
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected