i use a small USB number pad/number keyboard for my Raspberry. It works well but my problem is, that it does not work with Pygame. I want to use the RETURN key with:
elif event.type == pygame.KEYDOWN:
if event.key == pygame.K_RETURN....
But it does not work. Using a "normal" big keyboard works well with Pygame. Can someone help?