This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofTouchEventArgs Class Reference
#include <ofEvents.h>
Inheritance diagram for ofTouchEventArgs:

Public Types | |
enum | Type { down , up , move , doubleTap , cancel } |
Public Member Functions | |
ofTouchEventArgs () | |
ofTouchEventArgs (Type type, float x, float y, int id) | |
Public Attributes | |
Type | type |
int | id |
int | time |
int | numTouches |
float | width |
float | height |
float | angle |
float | minoraxis |
float | majoraxis |
float | pressure |
float | xspeed |
float | yspeed |
float | xaccel |
float | yaccel |
Member Enumeration Documentation
◆ Type
Constructor & Destructor Documentation
◆ ofTouchEventArgs() [1/2]
|
inline |
◆ ofTouchEventArgs() [2/2]
|
inline |
Member Data Documentation
◆ angle
float ofTouchEventArgs::angle |
◆ height
float ofTouchEventArgs::height |
◆ id
int ofTouchEventArgs::id |
◆ majoraxis
float ofTouchEventArgs::majoraxis |
◆ minoraxis
float ofTouchEventArgs::minoraxis |
◆ numTouches
int ofTouchEventArgs::numTouches |
◆ pressure
float ofTouchEventArgs::pressure |
◆ time
int ofTouchEventArgs::time |
◆ type
Type ofTouchEventArgs::type |
◆ width
float ofTouchEventArgs::width |
◆ xaccel
float ofTouchEventArgs::xaccel |
◆ xspeed
float ofTouchEventArgs::xspeed |
◆ yaccel
float ofTouchEventArgs::yaccel |
◆ yspeed
float ofTouchEventArgs::yspeed |
The documentation for this class was generated from the following file:
- /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/events/ofEvents.h