need some help.
can someone tell me how can we detect input from keyboard in renpy?
I mean, I want it so that when the user click some arrow [K_UP], [K_DOWN], [K_LEFT], [K_RIGHT],
then detect the input,
then do something, like move to the next scenery according with the key pressed.