Get window content position and size in the window as UI rect. Returned rect contains the position and size of the window internal content area, also know as client area on Windows, framebuffer in glfw and etc. Returned rect position is relative to left-top window position, if wind
()
| 122 | * @return UI content rect |
| 123 | */ |
| 124 | public abstract IRect getContentRect(); |
| 125 | |
| 126 | /** |
| 127 | * <p>Get window content position and size on the screen as UI rect.</p> |
no outgoing calls
no test coverage detected