Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SleepyTotem/makcu-py-lib
/ functions
Functions
134 in github.com/SleepyTotem/makcu-py-lib
⨍
Functions
134
◇
Types & classes
13
Method
lock_side1
(self, lock: bool)
controller.py:218
Method
lock_side2
(self, lock: bool)
controller.py:223
Function
makcu
()
conftest.py:6
Function
maybe_async
(func)
controller.py:12
Method
move_abs
(self, target: tuple[int, int], speed: int = 1, wait_ms: int = 2)
mouse.py:70
Method
move_abs
( self, target: tuple[int, int], speed: int = 1, wait_ms: int = 2, deb
controller.py:101
Method
move_bezier
(self, x: int, y: int, segments: int, ctrl_x: int, ctrl_y: int)
mouse.py:124
Method
move_bezier
(self, dx: int, dy: int, segments: int = 20, ctrl_x: Optional[int] = None, ctrl_y: Optiona
controller.py:159
Method
move_smooth
(self, x: int, y: int, segments: int)
mouse.py:121
Method
on_connection_change
(self, callback: Callable[[bool], None])
controller.py:301
Method
remove_connection_callback
(self, callback: Callable[[bool], None])
controller.py:305
Method
reset_serial
(self)
mouse.py:169
Method
reset_serial
(self)
controller.py:261
Method
set_button_callback
(self, callback: Optional[Callable[[MouseButton, bool], None]])
connection.py:578
Method
set_button_callback
(self, callback: Optional[Callable[[MouseButton, bool], None]])
controller.py:296
Method
spoof_serial
(self, serial: str)
mouse.py:166
Method
spoof_serial
(self, serial: str)
controller.py:256
Function
test_batch_commands
(makcu)
test_suite.py:62
Function
test_button_mask
(makcu)
test_suite.py:37
Function
test_button_performance
(makcu)
test_suite.py:113
Function
test_cleanup
(makcu)
test_suite.py:140
Function
test_connect_to_port
(makcu)
test_suite.py:10
Function
test_device_info
(makcu)
test_suite.py:27
Function
test_firmware_version
(makcu)
test_suite.py:19
Function
test_get_button_states
(makcu)
test_suite.py:43
Function
test_lock_state
(makcu)
test_suite.py:49
Function
test_makcu_behavior
(makcu)
test_suite.py:57
Function
test_middle_click
(makcu)
test_suite.py:23
Function
test_mixed_operations
(makcu)
test_suite.py:125
Function
test_port_connection
(makcu)
test_suite.py:34
Function
test_press_and_release
(makcu)
test_suite.py:15
Function
test_rapid_moves
(makcu)
test_suite.py:94
Method
unlock
(self, target: Union[MouseButton, str])
controller.py:186
Function
wrapper
(self, *args, **kwargs)
controller.py:14
← previous
101–134 of 134, ranked by callers