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

Method SetPos

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

//////////////////////// \brief Set position of TextObject \param pos New position ////////////////////////

Source from the content-addressed store, hash-verified

62 /// \param pos New position
63 /////////////////////////////
64 inline void SetPos(vector2i_t pos){
65 this->pos = pos;
66 }
67
68 /////////////////////////////
69 /// \brief Set colour of TextObject

Callers 1

UpdateFixedBoundsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected