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

Method GetFlags

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

//////////////////////// \brief Get Window Flags \return window flags ////////////////////////

Source from the content-addressed store, hash-verified

220 /// \return window flags
221 /////////////////////////////
222 inline uint32_t GetFlags() const { return flags; }
223
224 /////////////////////////////
225 /// \brief Get Window Size

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected