donotturnoff / aerend

My third year project
0 stars 0 forks source link

Alter keyboard handler to use SYN events #67

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

I altered the mouse device handler to only produce events when on receipt of a SYN packet. This allows me to get all information before producing the event. I would like to change the keyboard device handler to work like this too, for the sake of consistency.