mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
1dcc6fda6b
The key element of the improvement is differentiated processing of events of the following device types. Mouse: relative motion Pointer: absolute motion (Qemu usb-tablet and IP-KVM devices) Touchpad: relative motion via absolute touchpad coordinates Touchtool: absolute motion (e.g., stylus) Touchscreen: absolute motion and finger (multi-) touch Processing is done in two stages for one "input packet". First, all events of the packet are recorded into the current evdev state with device-type specific operations. Then, appropriate Genode input events are generated from the accumulated evdev state in the submission stage (again by device-type specific functions). A simple version of tap-to-click was added to the touchpad support. Fixes #5105 |
||
---|---|---|
.. | ||
driver_time.run | ||
lxip_raw.run | ||
nic_router_uplinks.run | ||
usb_hid_raw.run | ||
usb_hid_reconnect.run | ||
usb_net.run | ||
usb_terminal.run | ||
vfs_cfg.run | ||
vfs_lxip.inc | ||
wg_fetchurl.run | ||
wg_lighttpd.run | ||
wg_ping_inwards.run | ||
wg_ping_outwards.run | ||
wg_qemu_tap_preamble.inc | ||
wg_reconfig.run | ||
wg_reconnect.run |