MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Pos

Method Pos

LibLemon/include/lemon/gfx/text.h:111–113  ·  view source on GitHub ↗

//////////////////////// \brief Get position of TextObject Get position in pixels of TextObject \return Return Vector2i containing the position of the TextObject on the surface ////////////////////////

Source from the content-addressed store, hash-verified

109 /// \return Return Vector2i containing the position of the TextObject on the surface
110 /////////////////////////////
111 inline vector2i_t Pos(){
112 return pos;
113 }
114 };
115}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected