public class VgISimpleGestureManipulatorListenerRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgISimpleGestureManipulatorListenerRefPtr() |
VgISimpleGestureManipulatorListenerRefPtr(VgISimpleGestureManipulatorListener pPointer) |
VgISimpleGestureManipulatorListenerRefPtr(VgISimpleGestureManipulatorListenerRefPtr pRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgISimpleGestureManipulatorListener |
__deref__() |
VgISimpleGestureManipulatorListener |
__ref__() |
void |
delete() |
VgISimpleGestureManipulatorListener |
get() |
int |
getNbReferences() |
static VgISimpleGestureManipulatorListenerRefPtr |
getNull() |
boolean |
isValid() |
void |
onClick(float x,
float y) |
void |
onDoubleClick(float x,
float y) |
void |
onSimpleDrag(VgGestureState pState,
long pNbTouch,
float pAverageXOffset,
float pAverageYOffset) |
void |
onSimplePinch(VgGestureState pState,
float pSpan,
float pVelocity) |
void |
ref() |
VgISimpleGestureManipulatorListenerRefPtr |
set(VgISimpleGestureManipulatorListener pPointer) |
void |
unref() |
public VgISimpleGestureManipulatorListenerRefPtr()
public VgISimpleGestureManipulatorListenerRefPtr(VgISimpleGestureManipulatorListener pPointer)
public VgISimpleGestureManipulatorListenerRefPtr(VgISimpleGestureManipulatorListenerRefPtr pRefPtr)
public void delete()
public static VgISimpleGestureManipulatorListenerRefPtr getNull()
public VgISimpleGestureManipulatorListenerRefPtr set(VgISimpleGestureManipulatorListener pPointer)
public VgISimpleGestureManipulatorListener __ref__()
public VgISimpleGestureManipulatorListener __deref__()
public VgISimpleGestureManipulatorListener get()
public boolean isValid()
public void onSimplePinch(VgGestureState pState, float pSpan, float pVelocity)
public void onSimpleDrag(VgGestureState pState, long pNbTouch, float pAverageXOffset, float pAverageYOffset)
public void onClick(float x, float y)
public void onDoubleClick(float x, float y)
public void ref()
public void unref()
public int getNbReferences()