MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / getScreenHeight

Function getScreenHeight

src/Renderer_init_sdlgl.cpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27 unsigned int getScreenWidth() { return display_width; }
28 unsigned int getScreenHeight() { return display_height; }
29
30 SDL_Surface* sdlScreen = NULL;
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected