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

Function getScreenWidth

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected