V-Gears 0
Free Final Fantasy VII engine.
VGears::Event Struct Reference

An input event. More...

#include <Event.h>

Collaboration diagram for VGears::Event:

Public Member Functions

 Event ()
 Constructor. More...
 
 Event (EventType n)
 Constructor. More...
 
 Event (EventType n, float p1, float p2)
 Constructor. More...
 

Public Attributes

EventType type
 The type of the event. More...
 
float param1
 First event parameter. More...
 
float param2
 Second event parameter. More...
 
Ogre::String event
 Event ID. More...
 

Detailed Description

An input event.

Constructor & Destructor Documentation

◆ Event() [1/3]

VGears::Event::Event ( )
inline

Constructor.

Sets the type to {

See also
ET_NULL}, and the parameters to 0.

◆ Event() [2/3]

VGears::Event::Event ( EventType  n)
inline

Constructor.

Sets the parameters to 0.

Parameters
[in]nThe event type.

◆ Event() [3/3]

VGears::Event::Event ( EventType  n,
float  p1,
float  p2 
)
inline

Constructor.

Parameters
[in]nThe event type.
[in]p1First parameter.
[in]p2Second parameter.

Member Data Documentation

◆ event

Ogre::String VGears::Event::event

Event ID.

◆ param1

float VGears::Event::param1

First event parameter.

◆ param2

float VGears::Event::param2

Second event parameter.

◆ type

EventType VGears::Event::type

The type of the event.


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