Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
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
ファイルを表示
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