MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / GetPosition

Function GetPosition

include/Mouse.hpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54RLCPP_MAYBEUNUSED RLCPPAPI inline Vector2 GetPosition() {
55 return ::GetMousePosition();
56}
57
58RLCPP_MAYBEUNUSED RLCPPAPI inline void SetPosition(int x, int y) {
59 ::SetMousePosition(x, y);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected