Public Member Functions | Public Attributes

aesop::event_t Struct Reference

A general events event. Typicaly this is a button press or release. More...

#include <events.h>

List of all members.

Public Member Functions

 event_t (void) throw ()
void clear (void) throw ()

Public Attributes

eDevice device
eEvent event
int item
 key or button index on device

Detailed Description

A general events event. Typicaly this is a button press or release.

Definition at line 73 of file events.h.


Constructor & Destructor Documentation

aesop::event_t::event_t ( void   )  throw () [inline]

Definition at line 75 of file events.h.


Member Function Documentation

void aesop::event_t::clear ( void   )  throw () [inline]

Definition at line 76 of file events.h.


Member Data Documentation

Definition at line 83 of file events.h.

Definition at line 84 of file events.h.

key or button index on device

Definition at line 85 of file events.h.


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