C# Class OVRTouchpad

Interface class to a touchpad.
Afficher le fichier Open project: leapmotion/ImageGrid Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ) : void

Add the Touchpad game object into the scene.

OnDisable ( ) : void
Update ( ) : void

Private Methods

Méthode Description
HandleInput ( TouchState, state, Vector2 &move ) : void

Determines if input was a click or swipe and sends message to all prescribers.

HandleInputMouse ( Vector3 &move ) : void

Method Details

Create() static public méthode

Add the Touchpad game object into the scene.
static public Create ( ) : void
Résultat void

OnDisable() static public méthode

static public OnDisable ( ) : void
Résultat void

Update() static public méthode

static public Update ( ) : void
Résultat void