Difference between revisions of "CTNTVirtualPad:setJoyStyle"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2019.4<br/> '''Class:''' VirtualPad<br/> === Description === Sets the VPAD joysticks movement style. <source lang="lua"> CTNTVirt...") |
|||
Line 21: | Line 21: | ||
=== Parameters === | === Parameters === | ||
'''padComponent''': (number) the pad component<br/> | '''padComponent''': (number) the pad component<br/> | ||
− | '''style''': ( | + | '''style''': (number) the joystick movement style (default = PAD.STYLE_CLASSIC)<br/> |
Revision as of 12:49, 3 December 2020
Available since: Gideros 2019.4
Class: VirtualPad
Description
Sets the VPAD joysticks movement style.
CTNTVirtualPad:setJoyStyle(padComponent, style)
padComponent possible values:
- PAD.COMPO_LEFTPAD
- PAD.COMPO_RIGHTPAD
style possible values:
- PAD.STYLE_CLASSIC (default) joysticks are fixed
- PAD.STYLE_MOVABLE joysticks move where user last touch the screen then is fixed to this position
- PAD.STYLE_FOLLOW joystick follow user finger movement
Parameters
padComponent: (number) the pad component
style: (number) the joystick movement style (default = PAD.STYLE_CLASSIC)
STYLE_MOVABLE is a typo in the class (it should have been MOVEABLE) ;-)
- 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