Search
Preparing search index...
The search index is not available
Delightex API
Options
All
Public
Public/Protected
All
Inherited
Deprecated
Menu
Delightex API
GUI
HUD
Joystick
Class Joystick
Hierarchy
Joystick
Index
Constructors
constructor
Properties
position
Methods
on
Button
Changed
on
Button
Down
on
Button
Pressed
on
Button
Up
Constructors
constructor
new
Joystick
(
)
:
Joystick
Returns
Joystick
Properties
Readonly
position
position
:
Vector2
Methods
on
Button
Changed
on
Button
Changed
(
handler
:
(
(
)
=>
void
)
)
:
Disposable
Parameters
handler:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
Disposable
on
Button
Down
on
Button
Down
(
handler
:
(
(
)
=>
void
)
)
:
Disposable
Parameters
handler:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
Disposable
on
Button
Pressed
on
Button
Pressed
(
handler
:
(
(
)
=>
void
)
)
:
Disposable
Parameters
handler:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
Disposable
on
Button
Up
on
Button
Up
(
handler
:
(
(
)
=>
void
)
)
:
Disposable
Parameters
handler:
(
(
)
=>
void
)
(
)
:
void
Returns
void
Returns
Disposable
Exports
Application
Assets
Camera
Debug
Device
Disposable
GUI
Events
HUD
Screen
Image
Source
Input
Multiplayer
Mutable
List
Physics
Ray
Cast
Renderer
Scene
Space
Storage
Time
Joystick
constructor
position
on
Button
Changed
on
Button
Down
on
Button
Pressed
on
Button
Up