rustbasic

Results 69 issues of rustbasic

* Related #4358 Fix: A symptom of characters being copied when there are multiple TextEdits.

Fix: On windows, Strange IME display after update #4269 * Related #4254 * Related #4269

Determines whether a character is a component of a word. This is In general, it feels good to use. This works well even when using UTF8 characters rather than English-speaking...

* Related #4323 `close button` on/off in `egui::Window`

* Related #4320 Handling of super key on other platforms

* Closes #2783 * Related #4303 When the `ScrollBar` is set to `Visibility::AlwaysVisible`, scrolling is always possible. This way we can scroll wherever we want at any time. (e.g. find...

These functions check whether a key has been pressed alone. Add Functions : modifiers_not_pressed() key_pressed_only() key_down_only() key_down_exclusive() For Test Code : ```rust if ui.input(|i| i.modifiers_not_pressed()) { ui.label("i.modifiers_not_pressed() : true"); }...

* Closes #4216 fix : ViewportInfo.parent doesn't always store any information. and addition ViewportInfo.this

* Closes #3972 * Closes #4487 Fix: When the program is minimized, the viewport stops working. & Remove unnecessary parts1

* Closes #3972 Fix: When the program is minimized, the viewport stops working.