FreeStick  0.3
Cross Platform Open Sorce Joystick Lib
Public Member Functions | Static Public Member Functions | List of all members
freestick::IFSEvent Class Referenceabstract

#include <IFSEvent.h>

Inheritance diagram for freestick::IFSEvent:
Inheritance graph
[legend]

Public Member Functions

virtual unsigned int getTimeStamp ()=0
 
virtual FreeStickEventType getEventType ()=0
 
virtual FSEventAction getEventAction ()=0
 

Static Public Member Functions

static FreeStickEventType getEventFromInputType (FSDeviceInput inputType)
 

Member Function Documentation

◆ getEventAction()

virtual FSEventAction freestick::IFSEvent::getEventAction ( )
pure virtual

Implemented in freestick::FSBaseEvent.

◆ getEventFromInputType()

static FreeStickEventType freestick::IFSEvent::getEventFromInputType ( FSDeviceInput  inputType)
inlinestatic

◆ getEventType()

virtual FreeStickEventType freestick::IFSEvent::getEventType ( )
pure virtual

Implemented in freestick::FSBaseEvent.

◆ getTimeStamp()

virtual unsigned int freestick::IFSEvent::getTimeStamp ( )
pure virtual

Implemented in freestick::FSBaseEvent.


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