ofDoc
>
events
>
ofTouchEventArgs
Topics
Public Types
Public Attributes
Public Functions
ofTouchEventArgs
Public Types
Type
Enumerator
down
up
move
doubleTap
cancel
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
Public Functions
ofTouchEventArgs
()
ofTouchEventArgs
(Type type, float x, float y, int id)