InputMessageStruct Struct Reference

structure describing an input event as broadcasted over the message system More...

#include <MercuryInput.h>

List of all members.

Public Member Functions

 InputMessageStruct ()
 InputMessageStruct (PStack &toload)

Public Attributes

int device
int button
int code
EventType type


Detailed Description

structure describing an input event as broadcasted over the message system

Definition at line 145 of file MercuryInput.h.


Constructor & Destructor Documentation

InputMessageStruct::InputMessageStruct (  ) 

Definition at line 19 of file MercuryInput.cpp.

InputMessageStruct::InputMessageStruct ( PStack toload  ) 

Definition at line 27 of file MercuryInput.cpp.


Member Data Documentation

int InputMessageStruct::device

Definition at line 149 of file MercuryInput.h.

int InputMessageStruct::button

Definition at line 150 of file MercuryInput.h.

int InputMessageStruct::code

Definition at line 151 of file MercuryInput.h.

EventType InputMessageStruct::type

Definition at line 152 of file MercuryInput.h.


The documentation for this struct was generated from the following files:
Hosted by SourceForge.net Logo