Kernel: Add mouse move and scroll event merging back
This makes mouse work much faster when reading can't keep up with the amount of events.
This commit is contained in:
@@ -35,6 +35,8 @@ namespace Kernel
|
||||
const dev_t m_rdev;
|
||||
const BAN::String m_name;
|
||||
|
||||
const Type m_type;
|
||||
|
||||
mutable SpinLock m_event_lock;
|
||||
Semaphore m_event_semaphore;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user