Maybe mouse clicks may use the game
This commit is contained in:
@ -65,7 +65,7 @@ class DisplayManager:
|
||||
# of that display
|
||||
display = d
|
||||
if display:
|
||||
display.handle_click(y - display.y, x - display.x)
|
||||
display.handle_click(y - display.y, x - display.x, self.game)
|
||||
|
||||
def refresh(self) -> List[Display]:
|
||||
displays = []
|
||||
|
Reference in New Issue
Block a user