Documentation de SFML 2.3.1

Attention: cette page se réfère à une ancienne version de SFML. Cliquez ici pour passer à la dernière version.
sf::Event::SizeEvent Struct Reference

Size events parameters (Resized) More...

#include <Event.hpp>

Public Attributes

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

Detailed Description

Size events parameters (Resized)

Definition at line 52 of file Event.hpp.

Member Data Documentation

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

New height, in pixels.

Definition at line 55 of file Event.hpp.

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

New width, in pixels.

Definition at line 54 of file Event.hpp.


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