0x0045EFDB
| 700 | |
| 701 | // 0x0045EFDB |
| 702 | void Window::viewportZoomIn(bool toCursor) |
| 703 | { |
| 704 | if (this->viewports[0] == nullptr) |
| 705 | { |
| 706 | return; |
| 707 | } |
| 708 | |
| 709 | this->viewportZoomSet(this->viewports[0]->zoom - 1, toCursor); |
| 710 | } |
| 711 | |
| 712 | // 0x0045F015 |
| 713 | void Window::viewportZoomOut(bool toCursor) |
no test coverage detected