amethyst / amethyst/bracket-lib

How do I resize a window with the mouse?

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

描述

```
let context = RltkBuilder::simple(80, 50)?
.with_title("Feedback")
.with_vsync(false)
.with_automatic_console_resize(true)
.build()?;
```

This is the code used to create the window. I followed the example I found [here](https://github.com/amethyst/bracket-lib/blob/master/bracket-terminal/examples/bench_scalable.rs). However, I am not able to click and drag the corners of the window in order to resize it.

Also, using `with_fullscreen(true)` makes the window start in fullscreen but once I exit fullscreen, I can't re-enter it. I can't find any information about resizing the window in the bracket-lib book [link](https://bfnightly.bracketproductions.com/chapter_0.html), this is the link I'm providing because I'm not sure if that is the bracket-lib book.

贡献指南

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

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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