Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ GetY
Function
GetY
include/Mouse.hpp:42–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
RLCPP_MAYBEUNUSED RLCPPAPI inline int GetY() {
43
return ::GetMouseY();
44
}
45
46
RLCPP_MAYBEUNUSED RLCPPAPI inline void SetX(int x) {
47
::SetMousePosition(x, GetY());
Callers
1
SetX
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected