You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QWSServer: receives all keyboard and mouse input, and redirects to clients according to mouse position and which window is active. Probably need to do queuing and scheduling here through modifications of the source code.
QWSInputMethod: optionally sits in between the Server and Client and can filter events, but doesn't seem to do what we want since it doesn't have a way of resending mouse events.