mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-25 13:28:28 +00:00
The previous version of the PS/2 mouse backend manged mouse motion events in a strange way, effectively throwing away most information about the motion vector. Furthermore, the tracking of the mouse-button states were missing. So drag-and-drop in a guest OS won't work. The new version fixes those issues. For the transformation of input events to PS/2 packets, a the Genode::Register facility is used. This greatly simplifies the code.