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

Method GetSize

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

//////////////////////// \brief Get Window Size \return window size ////////////////////////

Source from the content-addressed store, hash-verified

227 /// \return window size
228 /////////////////////////////
229 inline vector2i_t GetSize() const { return {surface.width, surface.height}; };
230
231 /////////////////////////////
232 /// \brief OnPaint callback

Callers 6

PaintMethod · 0.45
OnMouseDownMethod · 0.45
OnPaintFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
OnWindowPaintFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected