OIS  1.5
Object-oriented Input System
Public Member Functions | Public Attributes | List of all members
OIS::MultiTouchState Class Reference

#include <OISMultiTouch.h>

Public Member Functions

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

Public Attributes

int width
 
int height
 
Axis X
 X Axis component. More...
 
Axis Y
 Y Axis Component. More...
 
Axis Z
 Z Axis Component. More...
 
int touchType
 

Constructor & Destructor Documentation

◆ MultiTouchState()

OIS::MultiTouchState::MultiTouchState ( )
inline

Member Function Documentation

◆ clear()

void OIS::MultiTouchState::clear ( )
inline

Clear all the values.

◆ touchIsType()

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

Member Data Documentation

◆ height

int OIS::MultiTouchState::height
mutable

◆ touchType

int OIS::MultiTouchState::touchType

◆ width

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..

◆ X

Axis OIS::MultiTouchState::X

X Axis component.

◆ Y

Axis OIS::MultiTouchState::Y

◆ Z

Axis OIS::MultiTouchState::Z

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