commit
0fd76edc4a
|
@ -63,7 +63,6 @@ def main():
|
||||||
while (True):
|
while (True):
|
||||||
# --------- Read and update window --------
|
# --------- Read and update window --------
|
||||||
button, values = window.Read()
|
button, values = window.Read()
|
||||||
print(button)
|
|
||||||
if 'Mouse' in button or 'Control' in button or 'Shift' in button:
|
if 'Mouse' in button or 'Control' in button or 'Shift' in button:
|
||||||
continue
|
continue
|
||||||
# --------- Do Button Operations --------
|
# --------- Do Button Operations --------
|
||||||
|
|
Loading…
Reference in New Issue