Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 505 Bytes

onrotatecallback.md

File metadata and controls

20 lines (12 loc) · 505 Bytes

Ortho Remote - v0.4.0 / OnRotateCallback

Interface: OnRotateCallback

Callback for `rotate`` events

Callable

OnRotateCallback(value: number, buttonPressed: boolean): void

Callback for `rotate`` events

Parameters

Name Type Description
value number rotation based event value between 0.0 - 1.0
buttonPressed boolean indicates if the button is pressed whilst rotating dial

Returns: void