📜  在 pygame 中右键单击 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:23.253000             🧑  作者: Mango

代码示例2
if event.type == pygame.MOUSEBUTTONDOWN:
  if event.button == 1:
    print("Left Mouse Button Down!")