Gets a Window by index, in the range [0, getNumWindows()).
| 484 | inline size_t getNumWindows() { return AppBase::get()->getNumWindows(); } |
| 485 | //! Gets a Window by index, in the range [0, getNumWindows()). |
| 486 | inline WindowRef getWindowIndex( size_t index ) { return AppBase::get()->getWindowIndex( index ); } |
| 487 | |
| 488 | //! Returns the width of the active App's window measured in points, or of the screen when in full-screen mode |
| 489 | inline int getWindowWidth() { return AppBase::get()->getWindowWidth(); } |