Gosu Directory Reference

Files

file  Audio.hpp [code]
 Contains all the classes of Gosu's audio system.
 
 
file  Bitmap.hpp [code]
 Interface of the Bitmap class.
 
file  Buttons.hpp [code]
 
file  ButtonsMac.hpp [code]
 
file  Color.hpp [code]
 Interface of the Color class.
 
file  Directories.hpp [code]
 Access to a small set of system paths.
 
file  Font.hpp [code]
 Interface of the Font class.
 
file  Fwd.hpp [code]
 Contains declarations of all of Gosu's available classes.
 
file  Gosu.hpp [code]
 Umbrella header for lazy people with fast compilers, or pre-compiled headers.
 
file  Graphics.hpp [code]
 Interface of the Graphics class.
 
file  GraphicsBase.hpp [code]
 Contains general typedefs and enums related to graphics.
 
file  Image.hpp [code]
 Interface of the Image class and helper functions.
 
file  ImageData.hpp [code]
 Interface of the ImageData class.
 
file  Input.hpp [code]
 Interface of the Input class.
 
file  Inspection.hpp [code]
 A special set of functions designed for tuning Gosu games.
 
file  IO.hpp [code]
 Contains everything related to input and output.
 
file  Math.hpp [code]
 Contains simple math functionality.
 
file  Platform.hpp [code]
 Macros and utility functions to facilitate programming on all of Gosu's supported platforms.
 
file  Sockets.hpp [code]
 Interface of the three socket classes, MessageSocket, CommSocket and ListenerSocket.
 
file  Text.hpp [code]
 Functions to output text on bitmaps.
 
file  TextInput.hpp [code]
 Interface of the TextInput class.
 
file  Timing.hpp [code]
 Functions for timing.
 
file  TR1.hpp [code]
 Includes all parts of C++03 (TR1) that are relevant for Gosu.
 
file  Utility.hpp [code]
 General purpose utility functions.
 
file  Version.hpp [code]
 
file  Window.hpp [code]
 Interface of the Window class.
 
file  WinUtility.hpp [code]
 Contains some functions which are used to implement Gosu on Windows and might be useful for advanced users who try to integrate Gosu in a Win32 application.