amethyst / amethyst/bracket-lib

BTerm::left_click is set to `true` at button press and release

未关闭
#203 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Rust
星标
1.7k
派生
126
PR 合并指标
30 天内没有已合并 PR

描述

As the title says, `BTerm::left_click` is set twice per mouse click (press down and release), which leads to mouse-based events being fired twice in a row. I discovered this because toggles based on mouse clicks are being activated and deactivated again immediately.

I don't know if this is intended behaviour and it can be worked around easily, but it's nevertheless counter-intuitive.

Tested and verified with rltk 0.8.1 and bracket-lib tutorial chapter 74 by adding a check for `ctx::left_click` in the function

```rust
fn player_input(gs: &mut State, ctx: &mut Rltk) -> RunState {...}
```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。