Refresh of ALL Demos in prep for 2.20 release

This commit is contained in:
MikeTheWatchGuy 2018-09-04 19:43:22 -04:00
parent e251bf1bf4
commit 8b78d6e955
24 changed files with 330 additions and 144 deletions

View file

@ -13,8 +13,9 @@ with sg.FlexForm("Realtime Keyboard Test", return_keyboard_events=True, use_defa
print(button, value, "exiting")
break
if button is not None:
print(button)
if len(button) == 1:
print('%s - %s'%(button, ord(button)))
else:
print(button)
elif value is None:
break