| H A D | test_tablet.py | 44 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 275 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 302 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 402 https://docs.microsoft.com/en-us/windows-hardware/design/component-guidelines/windows-pen-states 416 For example, a pen that has the eraser button might wobble between 545 def move_to(self, pen, state, button): 547 if pen.current_state == PenState.PEN_IS_OUT_OF_RANGE: 548 pen.restore() 550 print(f"\n *** pen is moving to {state} ***") 553 pen 543 move_to(self, pen, state, button) global() argument 614 event(self, pen, button) global() argument 655 post(self, uhdev, pen, test_button) global() argument 662 validate_transitions( self, from_state, pen, evdev, events, allow_intermediate_states, button ) global() argument 873 event(self, pen, test_button) global() argument 922 move_to(self, pen, state, button) global() argument 986 event(self, pen, test_button) global() argument 1024 move_to(self, pen, state, button, debug=True) global() argument 1075 send_intermediate_state(self, pen, state, button) global() argument 1080 event(self, pen, button) global() argument 1161 move_to(self, pen, state, button, debug=True) global() argument 1242 send_intermediate_state(self, pen, state, test_button) global() argument 1247 event(self, pen, button) global() argument [all...] |