Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ SetY
Function
SetY
include/Mouse.hpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
RLCPP_MAYBEUNUSED RLCPPAPI inline void SetY(int y) {
51
::SetMousePosition(GetX(), y);
52
}
53
54
RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetPosition() {
55
return ::GetMousePosition();
Callers
nothing calls this directly
Calls
1
GetX
Function · 0.70
Tested by
no test coverage detected