Difference between revisions of "Event.LEFT JOYSTICK"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === Event for movement of the left joystick") |
|||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
'''Available since:''' Gideros 2011.6<br/> | '''Available since:''' Gideros 2011.6<br/> | ||
+ | '''Value:''' leftJoystick<br/> | ||
=== Description === | === Description === | ||
Event for movement of the left joystick | Event for movement of the left joystick | ||
+ | === Parameters === | ||
+ | '''x''': (number) x vector from -1 to 1<br/> | ||
+ | '''y''': (number) y vector from -1 to 1<br/> | ||
+ | '''angle''': (number) angle at which joystick is positioned in radians, left being 0 and increasing in clockwise direction<br/> | ||
+ | '''strength''': (number) distance vector from the center to current position from 0 to 1<br/> | ||
+ | '''playerId''': (number) id of controller/player<br/> |
Revision as of 10:40, 23 August 2018
Available since: Gideros 2011.6
Value: leftJoystick
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