libinput-rs 0.3.8

100% drop-in Rust replacement for the libinput 1.31.3 C ABI and tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
ACTION=="remove", GOTO="libinput_fuzz_override_end"
KERNEL!="event*", GOTO="libinput_fuzz_override_end"

ATTRS{capabilities/abs}!="0", ENV{ID_INPUT_TOUCHPAD}=="1", \
    IMPORT{program}="libinput-fuzz-extract %S%p", \
    RUN{program}+="libinput-fuzz-to-zero %S%p", \
    GOTO="libinput_fuzz_override_end"
ATTRS{capabilities/abs}!="0", ENV{ID_INPUT_TOUCHSCREEN}=="1", \
    IMPORT{program}="libinput-fuzz-extract %S%p", \
    RUN{program}+="libinput-fuzz-to-zero %S%p", \
    GOTO="libinput_fuzz_override_end"

LABEL="libinput_fuzz_override_end"