Difference between revisions of "CTNTVirtualPad:setJoyAsAnalog"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2019.4<br/> '''Class:''' VirtualPad<br/> === Description === Sets VPAD joystick analog mode on/off. <source lang="lua"> CTNTVirtu...") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Sets VPAD joystick analog mode on/off. | Sets VPAD joystick analog mode on/off. | ||
− | < | + | <syntaxhighlight lang="lua"> |
CTNTVirtualPad:setJoyAsAnalog(padComponent, isAnalogic) | CTNTVirtualPad:setJoyAsAnalog(padComponent, isAnalogic) | ||
− | </ | + | </syntaxhighlight> |
Latest revision as of 14:27, 13 July 2023
Available since: Gideros 2019.4
Class: VirtualPad
Description
Sets VPAD joystick analog mode on/off.
CTNTVirtualPad:setJoyAsAnalog(padComponent, isAnalogic)
padComponent possible values:
- PAD.COMPO_LEFTPAD
- PAD.COMPO_RIGHTPAD
isAnalogic:
- True (default) joystick is in analog mode: it returns the exact angle (in radians) of the joystick and its power
- False: the angle returned is a value ranging form 0 to 7 (eight direction mode). 0 is right and so on in clockwise order. Steps are every 45 degrees
Parameters
padComponent: (number) the pad component
isAnalogic: (bool) is joystick analogic (default = TRUE)
- 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