[Pygame] 繪製矩形的 Rect 簡單介紹
Last Updated on 2021-12-01 by Clay
Rect 元件在 Pygame 中是一個舉足輕重的元件,本來想要等到有足夠的時間後再開一篇非常詳盡的來寫,但奈何像按鈕、輸入框等等元件都會需要使用到 Rect 元件,於是就還是先寫下了這篇。
Read More »[Pygame] 繪製矩形的 Rect 簡單介紹Last Updated on 2021-12-01 by Clay
Rect 元件在 Pygame 中是一個舉足輕重的元件,本來想要等到有足夠的時間後再開一篇非常詳盡的來寫,但奈何像按鈕、輸入框等等元件都會需要使用到 Rect 元件,於是就還是先寫下了這篇。
Read More »[Pygame] 繪製矩形的 Rect 簡單介紹Last Updated on 2021-11-29 by Clay
Today when I was rewriting a piece of code today, there was a requirement to pass a function into another function for its invocation. In addition, it is also necessary to determine whether a variable is a function when the function passed.
Read More »[Python] How to Determine Whether a Variable Is a Function