Daniel Collin

Results 448 comments of Daniel Collin

Cool. Yeah, but what should the value for the `Unknown(u32)` be? should be like `Unknown(0)` = can be mouse 4, 1 can be mouse 5 etc?

There is an open issue for it here https://github.com/emoon/rust_minifb/issues/133 I haven't added any of this support myself and I have only accepted PR for it, so if you are willing...

Both sound good to me! :+1:

Hi, Thanks for the report. I wonder if it could be related to #273

I see. The thing is I haven't added any of the Wayland support myself and don't know much about it. I guess I will have to set up Wayland so...

Thanks! I'm not sure when I will get around to look into this tho, but I will try to get to it.

The readme states: > minifb is a cross platform library written in [Rust](https://www.rust-lang.org/) and that makes it easy to setup a window and to (optional) display a 32-bit pixel buffer....

Oh, this sounds bad. Thanks for a great report. I will have a look at it after work today.

I had a quick look at the code and I think I know what the issue is. If you change your loop to something like this ```Rust while screen_b.is_open() &&...