Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
RLCPP_MAYBEUNUSED RLCPPAPI inline void SetX(int x) {
47
::SetMousePosition(x, GetY());
48
}
49
50
RLCPP_MAYBEUNUSED RLCPPAPI inline void SetY(int y) {
51
::SetMousePosition(GetX(), y);
Callers
nothing calls this directly
Calls
1
GetY
Function · 0.70
Tested by
no test coverage detected