Searched +full:proximity +full:- +full:activated (Results 1 – 1 of 1) sorted by relevance
2 # SPDX-License-Identifier: GPL-2.03 # -*- coding: utf-8 -*-43 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states66 def from_evdev(cls, evdev, test_button) -> "PenState":99 ) -> "PenState":146 def valid_transitions(self) -> Tuple["PenState", ...]:206 def historically_tolerated_transitions(self) -> Tuple["PenState", ...]:208 for skipping the in-range state, due to historical reasons.271 def legal_transitions() -> Dict[str, Tuple["PenState", ...]]:273 we don't have Invert nor Erase bits, so just move in/out-of-range or proximity.[all …]