MCPcopy Create free account
hub / github.com/SunOner/sunone_aimbot / __init__

Method __init__

logic/mouse.py:19–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

17
18class MouseThread:
19 def __init__(self):
20 self.initialize_parameters()
21 self.setup_hardware()
22
23 def initialize_parameters(self):
24 self.dpi = cfg.mouse_dpi

Callers

nothing calls this directly

Calls 2

initialize_parametersMethod · 0.95
setup_hardwareMethod · 0.95

Tested by

no test coverage detected