Kenta Kasahara
Kenta Kasahara
**Is your feature request related to a problem? Please describe.** I want to add a ImageButton with left click menu. by following code. ```rust struct Tracker{ image_button:Option, } { let...
- [ ] Tested on all platforms changed - [x] Added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users - [x] Updated documentation to...
iced ime support was broken due to winit 0.27 update . This PR add event to fit new winit IME event model and introduce new event support for text_input. https://user-images.githubusercontent.com/48007646/196058439-1359af31-1c13-44d6-8016-100db22f6c64.mp4...
# General This PR fix #979,#1544. iced ime support was broken due to winit 0.27 update . This PR add event to fit new winit IME event model and introduce...