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

Method Relocate

LibLemon/include/lemon/gui/window.h:100–100  ·  view source on GitHub ↗

//////////////////////// \brief Relocate window Move the window to position (x, y) on screen \param pos New position of window ////////////////////////

Source from the content-addressed store, hash-verified

98 /// \param pos New position of window
99 /////////////////////////////
100 inline void Relocate(vector2i_t pos) const { WMClient::Relocate(pos.x, pos.y); }
101
102 /////////////////////////////
103 /// \brief Resize window

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected