evdev-rs/examples
Nicolas Koch 16810308e4 Add Device::send_event and RawDevice::send_event.
Some devices (such as keyboards) support writing events through event nodes to
turn LEDs off and on, play sound effects or play ff effects.
This commits adds the appropriate methods in the public API of the crate.

I also added an example to showcase the new functionality.
2021-12-05 19:25:15 +01:00
..
_pick_device.rs Add support for virtual uinput devices (#37) 2021-03-19 09:19:51 -06:00
blink_keyboard_leds.rs Add Device::send_event and RawDevice::send_event. 2021-12-05 19:25:15 +01:00
evtest.rs Add support for virtual uinput devices (#37) 2021-03-19 09:19:51 -06:00
evtest_nonblocking.rs Add support for virtual uinput devices (#37) 2021-03-19 09:19:51 -06:00
evtest_tokio.rs Add support for virtual uinput devices (#37) 2021-03-19 09:19:51 -06:00
virtual_keyboard.rs Add support for virtual uinput devices (#37) 2021-03-19 09:19:51 -06:00