docs: changelog
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
+ comments improved, [ec962295a8789ff8010604e974969bf618ea7108]
|
||||
|
||||
### Features
|
||||
+ Mouse capture is now more specific, should have substantial performance impact on low end machines (i.e. raspberry pi), as well as fixing intermittent mouse events output bug, [0a1b53111627206cc7436589e5b7212e1b72edb8]
|
||||
+ Mouse capture is now more specific, should have substantial performance impact on low end machines (i.e. raspberry pi), as well as fixing intermittent mouse events output bug, [0a1b53111627206cc7436589e5b7212e1b72edb8], [93f7c07f708885f8870da5dfb6d57c62f93c9c78], [c74f6c1179b5f62989eb74f395a56b43a8781b03]
|
||||
+ Improve the styling of the help information popup, [28de74b866f07c8543e46be3cab929eff28953fd]
|
||||
+ use checked_sub & checked_div for bounds checks, [72279e26ae996353c95a75527f704bac1e4bcf4d]
|
||||
|
||||
|
||||
+1
-1
@@ -42,7 +42,7 @@ pub struct Ui {
|
||||
}
|
||||
|
||||
impl Ui {
|
||||
/// Enable mouse capture, but don't enable all the mouse movements, which improves performance, and is part of the fix for the weird mouse event output bug
|
||||
/// Enable mouse capture, but don't enable capture of all the mouse movements, doing so will improve performance, and is part of the fix for the weird mouse event output bug
|
||||
pub fn enable_mouse_capture() {
|
||||
io::stdout()
|
||||
.write_all(
|
||||
|
||||
Reference in New Issue
Block a user