Device Types
get_input()
Features
Developer Notes
Waits for a single character input and returns it.
You can compare the input to the keys stored in this module e.g. utils.arrow_up == get_input().
utils.arrow_up == get_input()
input (str)