CTNTVirtualPad:setJoyStyle

From GiderosMobile
Revision as of 13:49, 3 December 2020 by MoKaLux (talk | contribs)

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) ;-)