MCPcopy Create free account

hub / github.com/SleepyTotem/makcu-py-lib / functions

Functions134 in github.com/SleepyTotem/makcu-py-lib

Methodlock_side1
(self, lock: bool)
controller.py:218
Methodlock_side2
(self, lock: bool)
controller.py:223
Functionmakcu
()
conftest.py:6
Functionmaybe_async
(func)
controller.py:12
Methodmove_abs
(self, target: tuple[int, int], speed: int = 1, wait_ms: int = 2)
mouse.py:70
Methodmove_abs
( self, target: tuple[int, int], speed: int = 1, wait_ms: int = 2, deb
controller.py:101
Methodmove_bezier
(self, x: int, y: int, segments: int, ctrl_x: int, ctrl_y: int)
mouse.py:124
Methodmove_bezier
(self, dx: int, dy: int, segments: int = 20, ctrl_x: Optional[int] = None, ctrl_y: Optiona
controller.py:159
Methodmove_smooth
(self, x: int, y: int, segments: int)
mouse.py:121
Methodon_connection_change
(self, callback: Callable[[bool], None])
controller.py:301
Methodremove_connection_callback
(self, callback: Callable[[bool], None])
controller.py:305
Methodreset_serial
(self)
mouse.py:169
Methodreset_serial
(self)
controller.py:261
Methodset_button_callback
(self, callback: Optional[Callable[[MouseButton, bool], None]])
connection.py:578
Methodset_button_callback
(self, callback: Optional[Callable[[MouseButton, bool], None]])
controller.py:296
Methodspoof_serial
(self, serial: str)
mouse.py:166
Methodspoof_serial
(self, serial: str)
controller.py:256
Functiontest_batch_commands
(makcu)
test_suite.py:62
Functiontest_button_mask
(makcu)
test_suite.py:37
Functiontest_button_performance
(makcu)
test_suite.py:113
Functiontest_cleanup
(makcu)
test_suite.py:140
Functiontest_connect_to_port
(makcu)
test_suite.py:10
Functiontest_device_info
(makcu)
test_suite.py:27
Functiontest_firmware_version
(makcu)
test_suite.py:19
Functiontest_get_button_states
(makcu)
test_suite.py:43
Functiontest_lock_state
(makcu)
test_suite.py:49
Functiontest_makcu_behavior
(makcu)
test_suite.py:57
Functiontest_middle_click
(makcu)
test_suite.py:23
Functiontest_mixed_operations
(makcu)
test_suite.py:125
Functiontest_port_connection
(makcu)
test_suite.py:34
Functiontest_press_and_release
(makcu)
test_suite.py:15
Functiontest_rapid_moves
(makcu)
test_suite.py:94
Methodunlock
(self, target: Union[MouseButton, str])
controller.py:186
Functionwrapper
(self, *args, **kwargs)
controller.py:14
← previous101–134 of 134, ranked by callers