dragVertical property

double dragVertical
getter/setter pair

A double variable that stores the current drag value of the flipper along the horizontal and vertical axis.

Implementation

double dragHorizontal = 0, dragVertical = 0;