Info: keyboard keys
Get Key "press": (if you need to check only for key "pressed") For the 3 types for app.body, namely "Canvas", "Text", "Listbox" the script can recieve and process key press. bind(event_code , callback) Example script : keys_pressed_example.py (not yet available)
Get Key "down", "up" and "pressed": Canvas (redraw_callback = None , event_callback = None) event_callback will get a dict of the key event containing: Example script : keys_example.py
|
|
|
|