Gosu
Classes | Namespaces | Functions
Window.hpp File Reference

Go to the source code of this file.

Classes

class  Gosu::Window
 Convenient all-in-one class that serves as the foundation of a standard Gosu application. More...
 

Namespaces

 Gosu
 

Functions

unsigned Gosu::screen_width (Window *window=nullptr)
 Returns the width (in pixels) of a screen. More...
 
unsigned Gosu::screen_height (Window *window=nullptr)
 Returns the height (in pixels) of the user's primary screen. More...
 
unsigned Gosu::available_width (Window *window=nullptr)
 Returns the maximum width (in 'points') that is available for a non-fullscreen Window. More...
 
unsigned Gosu::available_height (Window *window=nullptr)
 Returns the maximum height (in 'points') that is available for a non-fullscreen Window. More...