Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1014 Bytes

File metadata and controls

16 lines (12 loc) · 1014 Bytes

CorelliumClient.TouchCurveInput

Properties

Name Type Description Notes
start Object Finger Positions
end Object Finger Positions
bezierPoints [Object] array of per-finger intermediate touch positions, up to 10 depending on model. Straight line if not defined. [optional]
startButtons [TouchInputButtonsInner] Buttons to be held during this curve.
endButtons [TouchInputButtonsInner] Buttons to be left held after this curve. Same as startButtons if not defined. [optional]
normalized Boolean true if you want to use normalized x,y coordinates from 0-10000 (eg 5000,5000 is always center of screen) [optional]
wait Number Duration to wait before this input is executed. Instant if not defined. [optional]
duration Number Duration to execute this curve over.