Difference between revisions of "Event.RIGHT JOYSTICK"
From GiderosMobile
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
'''Value:''' rightJoystick<br/> | '''Value:''' rightJoystick<br/> | ||
+ | '''Defined by:''' [[Controller]]<br/> | ||
+ | |||
=== Description === | === Description === | ||
− | + | Event for movement of the right joystick. | |
+ | |||
=== Parameters === | === Parameters === | ||
− | '''x''': (number) | + | '''x''': (number) x vector from -1 to 1<br/> |
− | '''y''': (number) | + | '''y''': (number) y vector from -1 to 1<br/> |
− | '''angle''': (number) | + | '''angle''': (number) angle at which joystick is positioned in radians, left being 0 and increasing in clockwise direction<br/> |
− | '''strength''': (number) | + | '''strength''': (number) distance vector from the center to current position from 0 to 1<br/> |
− | '''playerId''': (number) | + | '''playerId''': (number) id of controller/player<br/> |
+ | |||
+ | {{Controller}} |
Latest revision as of 06:05, 11 June 2023
Available since: Gideros 2011.6
Value: rightJoystick
Defined by: Controller
Description
Event for movement of the right 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