doing the wheel

This commit is contained in:
maoake
2026-04-01 22:31:08 +02:00
parent be997c5d17
commit 2edf61affa
13 changed files with 58 additions and 55 deletions
+1 -1
View File
@@ -474,7 +474,7 @@ class MazeMLX:
self.mlx.mlx_loop_hook(self.mlx_ptr, self.draw_image, amazing)
self.mlx.mlx_hook(self.win_ptr, 33, 0, self.close_loop, None)
self.mlx.mlx_hook(
self.win_ptr, 2, 1 << 0, self.handle_key_press, amazing
self.win_ptr, 2, 1 << 0, self.handle_key_press_mteriier, amazing
)
self.mlx.mlx_loop(self.mlx_ptr)