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