![]() |
xyginext
0.2.0
Second generation of xygine game creation framework
|
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 |
App & | appInstance |
sf::View | defaultView |
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