Removed print
This commit is contained in:
parent
094b14ade3
commit
7515871da7
|
@ -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