Skip to content

Qt Embedded Architecture

azuriel edited this page Oct 22, 2010 · 1 revision

##Reference links:

  • http://doc.qt.nokia.com/4.7/qtgui.html All the QWS classes
  • 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.
Clone this wiki locally