//////////////////////// \brief Get Window Size \return window size ////////////////////////
| 227 | /// \return window size |
| 228 | ///////////////////////////// |
| 229 | inline vector2i_t GetSize() const { return {surface.width, surface.height}; }; |
| 230 | |
| 231 | ///////////////////////////// |
| 232 | /// \brief OnPaint callback |
no outgoing calls
no test coverage detected