Searched refs:PenState (Results 1 – 1 of 1) sorted by relevance
21 class PenState(Enum): class84 new_state = PenState((touch, tool))96 if self == PenState.PEN_IS_OUT_OF_RANGE:98 PenState.PEN_IS_OUT_OF_RANGE,99 PenState.PEN_IS_IN_RANGE,100 PenState.PEN_IS_IN_RANGE_WITH_ERASING_INTENT,101 PenState.PEN_IS_IN_CONTACT,102 PenState.PEN_IS_ERASING,105 if self == PenState.PEN_IS_IN_RANGE:107 PenState.PEN_IS_IN_RANGE,[all …]