MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / screen_width

Method screen_width

Source/Graphics/graphics.h:107–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 FullscreenMode::Mode full_screen() const { return full_screen_; }
106 int target_monitor() const { return target_monitor_; }
107 int screen_width() const { return screen_width_; }
108 int screen_height() const { return screen_height_; }
109 bool split_screen() const { return split_screen_; }
110 int texture_reduce() const { return texture_reduce_; }

Callers 4

DrawFlareMethod · 0.80
InitScreenMethod · 0.80
SetFullscreenMethod · 0.80
ApplyPostEffectsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected