C# Class OVRTouchpad

Interface class to a touchpad.
Exibir arquivo Open project: leapmotion/ImageGrid Class Usage Examples

Public Methods

Method Description
Create ( ) : void

Add the Touchpad game object into the scene.

OnDisable ( ) : void
Update ( ) : void

Private Methods

Method 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 method

Add the Touchpad game object into the scene.
static public Create ( ) : void
return void

OnDisable() static public method

static public OnDisable ( ) : void
return void

Update() static public method

static public Update ( ) : void
return void