Documentation of SFML 2.0

Warning: this page refers to an old version of SFML. Click here to switch to the latest version.
sf::Event::SizeEvent Struct Reference

Size events parameters (Resized) More...

#include <Event.hpp>

Public Attributes

unsigned int width
 New width, in pixels.
 
unsigned int height
 New height, in pixels.
 

Detailed Description

Size events parameters (Resized)

Definition at line 51 of file Event.hpp.

Member Data Documentation

unsigned int sf::Event::SizeEvent::height

New height, in pixels.

Definition at line 54 of file Event.hpp.

unsigned int sf::Event::SizeEvent::width

New width, in pixels.

Definition at line 53 of file Event.hpp.


The documentation for this struct was generated from the following file: