sfEvent Union Reference

sfEvent defines a system event and its parameters More...

#include <Event.h>


Data Fields

sfEventType Type
 Type of the event.
sfKeyEvent Key
sfTextEvent Text
sfMouseMoveEvent MouseMove
sfMouseButtonEvent MouseButton
sfMouseWheelEvent MouseWheel
sfJoyMoveEvent JoyMove
sfJoyButtonEvent JoyButton
sfSizeEvent Size

Detailed Description

sfEvent defines a system event and its parameters

Definition at line 283 of file Event.h.


Field Documentation

sfEventType sfEvent::Type

Type of the event.

Definition at line 288 of file Event.h.

struct sfKeyEvent sfEvent::Key [read]

Definition at line 289 of file Event.h.

struct sfTextEvent sfEvent::Text [read]

Definition at line 290 of file Event.h.

struct sfMouseMoveEvent sfEvent::MouseMove [read]

Definition at line 291 of file Event.h.

struct sfMouseButtonEvent sfEvent::MouseButton [read]

Definition at line 292 of file Event.h.

struct sfMouseWheelEvent sfEvent::MouseWheel [read]

Definition at line 293 of file Event.h.

struct sfJoyMoveEvent sfEvent::JoyMove [read]

Definition at line 294 of file Event.h.

struct sfJoyButtonEvent sfEvent::JoyButton [read]

Definition at line 295 of file Event.h.

struct sfSizeEvent sfEvent::Size [read]

Definition at line 296 of file Event.h.


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