Difference between revisions of "CTNTVirtualPad:setScale"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
CTNTVirtualPad:setScale(padComponent, scale) | CTNTVirtualPad:setScale(padComponent, scale) | ||
− | </ | + | </syntaxhighlight> |
Latest revision as of 14:27, 13 July 2023
Available since: Gideros 2019.4
Class: VirtualPad
Description
Sets the VPAD components scale.
CTNTVirtualPad:setScale(padComponent, scale)
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 scale
scale: (number) scale factor
- CTNTVirtualPad:free
- CTNTVirtualPad:setAlpha
- CTNTVirtualPad:setColor
- CTNTVirtualPad:setDefaultButtonSprites
- CTNTVirtualPad:setDefaultJoySprites
- CTNTVirtualPad:setHideDelay
- CTNTVirtualPad:setHideMode
- CTNTVirtualPad:setJoyAsAnalog
- CTNTVirtualPad:setJoyStyle
- CTNTVirtualPad:setMaxRadius
- CTNTVirtualPad:setPosition
- CTNTVirtualPad:setScale
- CTNTVirtualPad:setTextures
- CTNTVirtualPad:start
- CTNTVirtualPad:stop