Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Public Attributes | List of all members
OIS::MultiTouchState Class Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/ois/OISMultiTouch.h>

Public Member Functions

 MultiTouchState ()
 
void clear ()
 Clear all the values. More...
 
bool touchIsType (MultiTypeEventTypeID touch) const
 

Public Attributes

int height
 
int touchType
 
int width
 Represents the height/width of your display area. More...
 
Axis X
 X Axis component. More...
 
Axis Y
 Y Axis Component. More...
 
Axis Z
 Z Axis Component. More...
 

Constructor & Destructor Documentation

OIS::MultiTouchState::MultiTouchState ( )
inline

Member Function Documentation

void OIS::MultiTouchState::clear ( )
inline

Clear all the values.

bool OIS::MultiTouchState::touchIsType ( MultiTypeEventTypeID  touch) const
inline

Member Data Documentation

int OIS::MultiTouchState::height
mutable
int OIS::MultiTouchState::touchType
int OIS::MultiTouchState::width
mutable

Represents the height/width of your display area.

. used if touch clipping or touch grabbed in case of X11 - defaults to 50.. Make sure to set this and change when your size changes..

Axis OIS::MultiTouchState::X

X Axis component.

Axis OIS::MultiTouchState::Y
Axis OIS::MultiTouchState::Z

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