MCPcopy 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
38RLCPP_MAYBEUNUSED RLCPPAPI inline int GetX() {
39 return ::GetMouseX();
40}
41
42RLCPP_MAYBEUNUSED RLCPPAPI inline int GetY() {
43 return ::GetMouseY();

Callers 1

SetYFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected