sfEvent Union Reference

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

#include <Event.h>


Data Fields

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

Detailed Description

sfEvent defines a system event and its parameters

Definition at line 283 of file Event.h.


Field Documentation

Definition at line 295 of file Event.h.

Definition at line 294 of file Event.h.

struct sfKeyEvent sfEvent::Key [read]

Definition at line 289 of file Event.h.

Definition at line 292 of file Event.h.

Definition at line 291 of file Event.h.

Definition at line 293 of file Event.h.

struct sfSizeEvent sfEvent::Size [read]

Definition at line 296 of file Event.h.

struct sfTextEvent sfEvent::Text [read]

Definition at line 290 of file Event.h.

sfEventType sfEvent::Type

Type of the event.

Definition at line 288 of file Event.h.


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