MCPcopy 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
22void MouseState::setPosition(const int x, const int y) {
23 _x = x;
24 _y = y;
25}
26
27void MouseState::setVisible(const bool visible) { _visible = visible; }
28

Callers 1

processEventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected