gpt4 book ai didi

python - pygame如何检查鼠标坐标

转载 作者:行者123 更新时间:2023-11-28 20:45:19 24 4
gpt4 key购买 nike

<分区>

我正在用 python 和 pygame 制作一个多项选择问答游戏。我有圆圈,当你点击圆圈时,它会改变宽度并使圆圈充满。但我不知道可以做到这一点的 python 函数

到目前为止,这是我的代码:

    # Controls the width of the circles
width_1 = 2
width_2 = 2
width_3 = 2
width_4 = 2

# Circles
pygame.draw.circle(screen, BLACK, [250, 230], 7, width_1)
pygame.draw.circle(screen, BLACK, [250, 260], 7, width_2)
pygame.draw.circle(screen, BLACK, [250, 290], 7, width_3)
pygame.draw.circle(screen, BLACK, [250, 320], 7, width_4)

for event in pygame.event.get():
if event.type == pygame.MOUSEBUTTONDOWN and event.button == 1:

我想要一些东西,如果鼠标悬停在圆圈上 AND mousebuttondown AND event.button == 1 然后将宽度更改为 0(填充)

提前致谢!

附言这不是我的全部代码

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com