C# Class OVRTouchpadHelper

This singleton class gets created and stays resident in the application. It is used to trap the touchpad values, which get broadcast to any listener on the "Touchpad" channel.
Inheritance: MonoBehaviour
Afficher le fichier Open project: leapmotion/ImageGrid

Méthodes publiques

Méthode Description
OnDisable ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
LocalTouchEventCallback ( object sender, EventArgs args ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void