Preload Image

6.3.5 Cmu Cs Academy Verified -

if key == 'ArrowUp': # Wrong if key == 'UP': # Wrong if key == Key.UP: # Wrong (that's Java/Processing)

The onKeyPress(key) function receives a string argument. For arrow keys, the strings are: 6.3.5 Cmu Cs Academy

Scroll to Top