Refresh of ALL Demos in prep for 2.20 release
This commit is contained in:
parent
e251bf1bf4
commit
8b78d6e955
24 changed files with 330 additions and 144 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue