Constructor
PhocGestureZoomnew
Declaration [src]
PhocGestureZoom*
phoc_gesture_zoom_new (
void
)
Description [src]
Returns a newly created PhocGesture
that recognizes zoom
in/out gestures (usually known as pinch/zoom).
Return value
Type: PhocGestureZoom
A newly created PhocGestureZoom
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |