CTNTVirtualPad:setMaxRadius

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2019.4
Class: VirtualPad

Description

Sets the touch radius size detection for left and right virtual pads.

If maxRadius < 1 then touch detection for leftPad is left half Screen and right half screen for rightPad.

CTNTVirtualPad:setMaxRadius(padComponent, maxRadius)


padComponent possible values:

  • PAD.COMPO_LEFTPAD
  • PAD.COMPO_RIGHTPAD

Parameters

padComponent: (number) the pad joystick component
maxRadius: (number) any number (if < 1 then half screen is max)

Example

vPad:setMaxRadius(PAD.COMPO_LEFTPAD, 110)