#include <TouchGestureManager.h>
|
| TouchGroup (TouchGestureManager *, int) |
|
| ~TouchGroup () |
|
int | getID () |
|
bool | isInsideGroup (Event::Type eventType, float x, float y, int id, float w, float h) |
|
void | addTouch (Event::Type eventType, float x, float y, int ID, float w, float h) |
|
void | addLongRangeTouch (Event::Type eventType, float x, float y, int ID, float w, float h) |
|
void | process () |
|
void | generateGestures () |
|
int | getTouchCount () |
|
Touch | getCenterTouch () |
|
int | getGestureFlag () |
|
bool | isRemovable () |
|
void | setRemove () |
|
float | getZoomDelta () |
|
Event::Type | getEventType () |
|
omicron::TouchGroup::~TouchGroup |
( |
| ) |
|
void omicron::TouchGroup::addLongRangeTouch |
( |
Event::Type |
eventType, |
|
|
float |
x, |
|
|
float |
y, |
|
|
int |
ID, |
|
|
float |
w, |
|
|
float |
h |
|
) |
| |
void omicron::TouchGroup::addTouch |
( |
Event::Type |
eventType, |
|
|
float |
x, |
|
|
float |
y, |
|
|
int |
ID, |
|
|
float |
w, |
|
|
float |
h |
|
) |
| |
void omicron::TouchGroup::generateGestures |
( |
| ) |
|
Touch omicron::TouchGroup::getCenterTouch |
( |
| ) |
|
int omicron::TouchGroup::getGestureFlag |
( |
| ) |
|
int omicron::TouchGroup::getID |
( |
| ) |
|
int omicron::TouchGroup::getTouchCount |
( |
| ) |
|
float omicron::TouchGroup::getZoomDelta |
( |
| ) |
|
bool omicron::TouchGroup::isInsideGroup |
( |
Event::Type |
eventType, |
|
|
float |
x, |
|
|
float |
y, |
|
|
int |
id, |
|
|
float |
w, |
|
|
float |
h |
|
) |
| |
bool omicron::TouchGroup::isRemovable |
( |
| ) |
|
void omicron::TouchGroup::process |
( |
| ) |
|
void omicron::TouchGroup::setRemove |
( |
| ) |
|
The documentation for this class was generated from the following file: