MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / SetX

Function SetX

include/Mouse.hpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46RLCPP_MAYBEUNUSED RLCPPAPI inline void SetX(int x) {
47 ::SetMousePosition(x, GetY());
48}
49
50RLCPP_MAYBEUNUSED RLCPPAPI inline void SetY(int y) {
51 ::SetMousePosition(GetX(), y);

Callers

nothing calls this directly

Calls 1

GetYFunction · 0.70

Tested by

no test coverage detected