Difference between revisions of "Event.LEFT JOYSTICK"

From GiderosMobile
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Available since:''' Gideros 2011.6<br/>
 
'''Value:''' leftJoystick<br/>
 
'''Value:''' leftJoystick<br/>
 +
'''Defined by:''' [[Controller]]<br/>
 +
 
=== Description ===
 
=== Description ===
Event for movement of the left joystick
+
Event for movement of the left joystick.
 +
 
 
=== Parameters ===
 
=== Parameters ===
 
'''x''': (number) x vector from -1 to 1<br/>
 
'''x''': (number) x vector from -1 to 1<br/>
Line 10: Line 13:
 
'''strength''': (number) distance vector from the center to current position from 0 to 1<br/>
 
'''strength''': (number) distance vector from the center to current position from 0 to 1<br/>
 
'''playerId''': (number) id of controller/player<br/>
 
'''playerId''': (number) id of controller/player<br/>
 +
 +
{{Controller}}

Latest revision as of 07:04, 11 June 2023

Available since: Gideros 2011.6
Value: leftJoystick
Defined by: Controller

Description

Event for movement of the left joystick.

Parameters

x: (number) x vector from -1 to 1
y: (number) y vector from -1 to 1
angle: (number) angle at which joystick is positioned in radians, left being 0 and increasing in clockwise direction
strength: (number) distance vector from the center to current position from 0 to 1
playerId: (number) id of controller/player