MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / get_window_size

Method get_window_size

src/ui/ui_state.cpp:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436extern SDL_Window* window;
437
438void recompui::get_window_size(int& width, int& height) {
439 SDL_GetWindowSizeInPixels(window, &width, &height);
440}
441
442inline const std::string read_file_to_string(std::filesystem::path path) {
443 std::ifstream stream = std::ifstream{path};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected