Function
PhocTouchPointnew
Declaration [src]
PhocTouchPoint*
phoc_touch_point_new (
int touch_id,
double lx,
double ly
)
Parameters
touch_id
-
Type:
int
No description available.
lx
-
Type:
double
No description available.
ly
-
Type:
double
No description available.
Return value
Type: PhocTouchPoint
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |