sf::Event::SizeEvent Struct Reference

Size events parameters (Resized). More...

#include <Event.hpp>

List of all members.

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

New height, in pixels.

Definition at line 54 of file Event.hpp.

New width, in pixels.

Definition at line 53 of file Event.hpp.


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