xyginext  0.2.0
Second generation of xygine game creation framework
Public Member Functions | Public Attributes | List of all members
xy::State::Context Struct Reference

Contains information about the current application context. More...

#include <State.hpp>

Public Member Functions

 Context (sf::RenderWindow &renderWindow, App &app)
 

Public Attributes

sf::RenderWindow & renderWindow
 
AppappInstance
 
sf::View defaultView
 

Detailed Description

Contains information about the current application context.

The default view contains a correctly letterbox view with respect to the current window resolution. This is useful when setting the initial view of a Scene instance.

A state's context can be retreived at any time with getContext() so that the App properties or RenderWindow can easily be accessed