MCPcopy 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
50RLCPP_MAYBEUNUSED RLCPPAPI inline void SetY(int y) {
51 ::SetMousePosition(GetX(), y);
52}
53
54RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetPosition() {
55 return ::GetMousePosition();

Callers

nothing calls this directly

Calls 1

GetXFunction · 0.70

Tested by

no test coverage detected