I'm curious about a question that came up in my OS class. I understand that a device interrupt schedules an event in an event loop that is then handled by the application or window server. How does this work for mouse move events? Does an event get fired for every mouse-move event? If so, doesn't moving the mouse continuously prevent other interrupts from being fired or does it all happen so fast that it's not noticeable by the human eye.
I realize this is a very trivial question, but I figured this would be the best community to ask. Thanks for your help!