mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-06 00:10:07 +01:00
added dispay driver to repo
This commit is contained in:
@@ -16,10 +16,8 @@ class NumpadInput(object):
|
||||
self.display.display_text.bind("<Key>", self.on_key_press)
|
||||
|
||||
def on_key_press(self, event):
|
||||
|
||||
numpad = list(string.ascii_lowercase[0:19])
|
||||
|
||||
|
||||
if event.char is '.':
|
||||
self.actions.quit_the_program()
|
||||
if event.char is 's':
|
||||
|
||||
Reference in New Issue
Block a user