Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite78f505

Browse files
committed
bumping changelog
1 parent763b34e commite78f505

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@
2121
- MSRV is now`1.82`. We will bump the MSRV to`1.85` in the future.
2222
- Keys now communicate with`imgui` in a far simpler manner -- rather than going through
2323
a complex keymap, they instead simply notate if they are or are not down to`imgui` directly.
24-
Multiple functions, such as`Ui::key_index`,`Ui::is_key_index_down`,`Ui::is_key_index_pressed`,`Ui::is_key_index_pressed_no_repeat`, and`Ui::key_index_pressed_amount` were removed. Use the corresponding non-`index` version.
24+
Multiple functions, such as`Ui::key_index`,`Ui::is_key_index_down`,`Ui::is_key_index_pressed`,
25+
`Ui::is_key_index_pressed_no_repeat`, and`Ui::key_index_pressed_amount` were removed. Use the corresponding non-`index` version.
26+
- Added`Key::ModCtrl`,`Key::ModShift`,`Key::ModAlt`, and`Key::ModSuper`. This is now the correct way
27+
to interface with modifiers (though you can also check particular modifiers, like`Key::LeftCtrl`).
28+
This may require updating your backend!
2529
- The default`oversample_h` on the`FontConfig` has changed to 2 instead of 3.
2630
-`SelectableFlags::DONT_CLOSE_POPUPS` has been renamed to`SelectableFlags::NO_AUTO_CLOSE_POPUPS`
2731
-`SelectableFlags::ALLOW_ITEM_OVERLAP` has been renamed to`SelectableFlags::ALLOW_OVERLAP`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp