MCPcopy 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
42RLCPP_MAYBEUNUSED RLCPPAPI inline int GetY() {
43 return ::GetMouseY();
44}
45
46RLCPP_MAYBEUNUSED RLCPPAPI inline void SetX(int x) {
47 ::SetMousePosition(x, GetY());

Callers 1

SetXFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected