| 715 | } |
| 716 | |
| 717 | void loadScreenSize() |
| 718 | { |
| 719 | TFE_RenderBackend::getDisplayInfo(&s_display); |
| 720 | s_screenWidth = s_display.width; |
| 721 | s_screenHeight = s_display.height; |
| 722 | } |
| 723 | |
| 724 | ImVec2 calcWindowSize(f32* fontScale, CaptionEnv env) |
| 725 | { |
no test coverage detected