AltF2

Results 22 comments of AltF2
trafficstars

Hi, `xfixes` is included by default. So you don't need any feature flags. While I heavily doubt its anything within the bindings as its very little overhead, you can try...

Thanks for investigating, it seems you are correct. I merged in #118 but I overlooked the fact they forgot to add it to x11-dl. Do you want to create a...

`x11` is statically linked, `x11-dl` was created later on to serve for dynamic linking. Allows for more portable executables. You shouldn't have to do much aside from add `mod xfixes`...

I unfortunately don't have access to a macos system, and I am pretty unfamiliar with its inner workings. Is this using `x11` or `x11-dl`?

What features are you using? The solution proposed in #94 could work for you. It might also work for you temporarily if you run `cargo run -- -lx11` as found...

Could you also add an entry in `CHANGELOG.md`? Cheers

Should be simple enough, subtracting the current position I guess?

Can you tell me a little more? E.g. platform, windowing system

Hm interesting, I was unaware it was using a deprecated API

I'm not sure, I personally planned to create an alternative https://crates.io/crates/enigo with mouse-rs under the hood at some point. But unfortunately life got in the way. I think a hypothetical...