Ngo Iok Ui (Wu Yu Wei)

Results 180 comments of Ngo Iok Ui (Wu Yu Wei)

> winit just merged the device event filter for windows, [rust-windowing/winit#2409](https://github.com/rust-windowing/winit/pull/2409) I'm a little busy on mobile support at the moment. I can resume this work once it's done. Or...

@amrbashir I rebased the PR to resolve merge conflict. Might need your approve since this is my PR.

We probably should use crate like `copypasta` to manage clipboard instance for us.

I'm going to upgrade to gtk4 and see how it goes? If that works well, maybe we could add this later.

Most gtk-rs crate documents have search alias that you can just type with c functions. Here's the one I got from gdk: https://docs.rs/gdk/latest/gdk/prelude/trait.WindowExtManual.html#tymethod.pixbuf

@blaind Thanks for your attempt. When I was saying this need to do it yourself with tao window creation, I mean everyone can retrieve a raw handle (in this case...

I think we can provide another method in [WindowBuilderExtUnix](https://docs.rs/tao/latest/tao/platform/unix/trait.WindowBuilderExtUnix.html#) trait for this kind of attribute. Did you test it before that it's okay to replace current ApplicationWindow to OffscreenWindow. We...

Missing window methods: - [x] raw_window_handle - [ ] set_ime_position - [x] set_cursor_position - [x] current_monitor - [x] available_monitor - [x] primary_monitor

Missing events: - [ ] DeviceEvent #591 - [ ] Added - [ ] Button - [x] Key - [ ] Motion - [ ] MouseMotion - [ ] MouseWheel...

We are using gtk3 which could set this via env variable. I think devs is able to set it themselves. Otherwise, we probably want to add some option in config...