RenderTools::TouchEvent Class Reference

#include <TouchEvent.h>

List of all members.

Public Types

enum  Type {
  TOUCHES_BEGAN, TOUCHES_MOVED, TOUCHES_ENDED, TOUCHES_CANCELLED,
  TOUCHES_HOLDING
}

Public Member Functions

 TouchEvent (Type type, const vector< TouchIndex > &, const vector< TouchPoint > &=vector< TouchPoint >())
 TouchEvent (Type type, TouchIndex &index, const TouchPoint &point=TouchPoint())
Type getType (void) const
const vector< TouchIndex > & getIndices (void) const
const vector< TouchPoint > & getPoints (void) const


Detailed Description

Definition at line 11 of file TouchEvent.h.


Member Enumeration Documentation

Enumerator:
TOUCHES_BEGAN 
TOUCHES_MOVED 
TOUCHES_ENDED 
TOUCHES_CANCELLED 
TOUCHES_HOLDING 

Definition at line 13 of file TouchEvent.h.


Constructor & Destructor Documentation

RenderTools::TouchEvent::TouchEvent ( Type  type,
const vector< TouchIndex > &  indices,
const vector< TouchPoint > &  points = vector< TouchPoint >() 
)

Definition at line 6 of file TouchEvent.cpp.

RenderTools::TouchEvent::TouchEvent ( Type  type,
TouchIndex index,
const TouchPoint point = TouchPoint() 
)

Definition at line 41 of file TouchEvent.cpp.


Member Function Documentation

const vector< TouchIndex > & RenderTools::TouchEvent::getIndices ( void   )  const

Definition at line 70 of file TouchEvent.cpp.

const vector< TouchPoint > & RenderTools::TouchEvent::getPoints ( void   )  const

Definition at line 74 of file TouchEvent.cpp.

TouchEvent::Type RenderTools::TouchEvent::getType ( void   )  const

Definition at line 66 of file TouchEvent.cpp.


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

Generated on Wed Jan 26 00:15:36 2011 for RenderTools by  doxygen 1.5.8