Mahmoud Al-Qudsi

Results 309 comments of Mahmoud Al-Qudsi

Use `cargo run --features logging` to get a log of all events and gesture detection, and see if it recognizes your inputs.

I might have to increase what gets logged in order to be able to figure this out since the actual evdev events are not being shown.

Ok, I pushed another commit that now logs the raw events captured from the evdev device. Can you post the output of a single gesture (say swipe up with one...

Ok, the Magic Mouse driver doesn't generate any `ABS_X` and `ABS_Y` events that we use to calculate the overall position of the fingers to track the (overall) movement. It only...

Do you know what driver you are using? What it emits is so different from everything else I've seen, and as far as I can tell, is contrary [to what...

Can you update and try again? We initialize slot zero by default but the Magic Mouse events don't actually use slot zero for the gestures we're interested in meaning the...

The output you posted above is from actually doing what?

I’ve been traveling out of town and will look at this more as soon as I get the chance.

I believe I found what was causing the volatility in the detected number of fingers; it was an issue in how we set a temporary state for the first slot...

@Lisio any updates?