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

Method visualize_target

logic/mouse.py:261–263  ·  view source on GitHub ↗
(self, target_x, target_y, target_cls)

Source from the content-addressed store, hash-verified

259 self.setup_hardware()
260
261 def visualize_target(self, target_x, target_y, target_cls):
262 if (cfg.show_window and cfg.show_target_line) or (cfg.show_overlay and cfg.overlay_show_target_line):
263 visuals.draw_target_line(target_x, target_y, target_cls)
264
265 def visualize_prediction(self, target_x, target_y, target_cls):
266 if (cfg.show_window and cfg.show_target_prediction_line) or (cfg.show_overlay and cfg.overlay_show_target_prediction_line):

Callers 1

process_dataMethod · 0.95

Calls 1

draw_target_lineMethod · 0.80

Tested by

no test coverage detected