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
显示文件 Open project: leapmotion/ImageGrid

Public Methods

Method Description
OnDisable ( ) : void

Private Methods

Method Description
Awake ( ) : void
LocalTouchEventCallback ( object sender, EventArgs args ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void