Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
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
Mostrar archivo
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