Difference between revisions of "CTNTVirtualPad:setPosition"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2019.4<br/> '''Class:''' VirtualPad<br/> === Description === Sets the VPAD joysticks positions. <source lang="lua"> CTNTVirtualPa...")
 
m (Text replacement - "</source>" to "</syntaxhighlight>")
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
  
 
=== Description ===
 
=== Description ===
Sets the VPAD joysticks positions.
+
Sets the VPAD components positions.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
CTNTVirtualPad:setPosition(padComponent, x, y)
 
CTNTVirtualPad:setPosition(padComponent, x, y)
</source>
+
</syntaxhighlight>
  
  
Line 13: Line 13:
 
*PAD.COMPO_LEFTPAD
 
*PAD.COMPO_LEFTPAD
 
*PAD.COMPO_RIGHTPAD
 
*PAD.COMPO_RIGHTPAD
 +
*PAD.COMPO_BUTTON1
 +
*PAD.COMPO_BUTTON2
 +
*PAD.COMPO_BUTTON3
 +
*PAD.COMPO_BUTTON4
 +
*PAD.COMPO_BUTTON5
 +
*PAD.COMPO_BUTTON6
  
 
=== Parameters ===
 
=== Parameters ===

Latest revision as of 15:26, 13 July 2023

Available since: Gideros 2019.4
Class: VirtualPad

Description

Sets the VPAD components positions.

CTNTVirtualPad:setPosition(padComponent, x, y)


padComponent possible values:

  • PAD.COMPO_LEFTPAD
  • PAD.COMPO_RIGHTPAD
  • PAD.COMPO_BUTTON1
  • PAD.COMPO_BUTTON2
  • PAD.COMPO_BUTTON3
  • PAD.COMPO_BUTTON4
  • PAD.COMPO_BUTTON5
  • PAD.COMPO_BUTTON6

Parameters

padComponent: (number) the pad component to position
x: (number) position on the x axis
y: (number) position on the y axis