Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ GetPosition
Method
GetPosition
include/Rectangle.hpp:141–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
RLCPP_NODISCARD Vector2 GetPosition() const { return {x, y}; }
142
143
Rectangle& SetPosition(float newX, float newY) {
144
x = newX;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected