Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
OVRTouchpadHelper
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
Show file
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