//////////////////////// \brief Get Window Flags \return window flags ////////////////////////
| 220 | /// \return window flags |
| 221 | ///////////////////////////// |
| 222 | inline uint32_t GetFlags() const { return flags; } |
| 223 | |
| 224 | ///////////////////////////// |
| 225 | /// \brief Get Window Size |
nothing calls this directly
no outgoing calls
no test coverage detected