onHandLost property

void Function(ControllerHand hand)? onHandLost
getter/setter pair

Called when a hand transitions to lost (no frames within timeout).

Implementation

void Function(ControllerHand hand)? onHandLost;