MinVR  0.9.0
A multi-platform virtual reality library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
MinVR::InputDeviceTUIOClient Class Reference
Inheritance diagram for MinVR::InputDeviceTUIOClient:
MinVR::AbstractInputDevice

Public Member Functions

 InputDeviceTUIOClient (int port=TUIO_PORT, double xScaleFactor=1.0, double yScaleFactor=1.0)
 
 InputDeviceTUIOClient (const std::string name, const ConfigMapRef map)
 
virtual ~InputDeviceTUIOClient ()
 
void pollForInput (std::vector< EventRef > &events)
 Adds device events to event queue. More...
 
- Public Member Functions inherited from MinVR::AbstractInputDevice
 AbstractInputDevice ()
 
virtual ~AbstractInputDevice ()
 

Constructor & Destructor Documentation

MinVR::InputDeviceTUIOClient::InputDeviceTUIOClient ( int  port = TUIO_PORT,
double  xScaleFactor = 1.0,
double  yScaleFactor = 1.0 
)
inline
MinVR::InputDeviceTUIOClient::InputDeviceTUIOClient ( const std::string  name,
const ConfigMapRef  map 
)
inline
virtual MinVR::InputDeviceTUIOClient::~InputDeviceTUIOClient ( )
inlinevirtual

Member Function Documentation

void MinVR::InputDeviceTUIOClient::pollForInput ( std::vector< EventRef > &  events)
inlinevirtual
 Adds any events generated by the input device to the events array.
Remarks
This should be implemented by any derived classes.

Implements MinVR::AbstractInputDevice.


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