4.05.2021

中文輸入法在pygame 2之後,有解了

 pygame2出了有一段時間了,最近才發現pygame2解決了windows下中文輸入法,

原本要自己實作的大問題,

基本上是利用start_text_input()等相關function來實作,參:https://www.pygame.org/docs/ref/key.html#pygame.key.start_text_input

詳細實作的程式碼,請參考以下URL:

https://github.com/pygame/pygame/blob/main/examples/textinput.py