K_RETURN: print(text) text = "" elif event.key == pygame.K_BACKSPACE: text = text[:-1] else: text += event.unicode # Input box text_surface ...
確定! 回上一頁