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 285 of file Event.hpp.


Member Data Documentation

New height, in pixels.

Definition at line 288 of file Event.hpp.

New width, in pixels.

Definition at line 287 of file Event.hpp.


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