Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在写一个游戏,它有应该是可点击的节点。我正在考虑使用标签绑定将这些实现为带有回调函数的椭圆。唯一的问题是画布上的隐藏对象似乎不响应事件。
有没有一种好方法来实现用户不可见的可点击屏幕区域(例如命中框)?
创建椭圆形 (canvas.create_oval) 时,传递参数
fill=""
和
outline=""
保持椭圆透明并删除轮廓的选项。椭圆现在有效隐藏。