[Qt-interest] Multiple mouse (and/or keyboard) support?t
Konrad Rosenbaum
konrad at silmor.de
Mon Dec 7 13:29:40 CET 2009
On Sunday 06 December 2009 21:18:37 fungos wrote:
> Does Qt support multiple mouse (and/or keyboard)? If so, how does that
> work, is there any demo or sample code?
> It is supported under which platforms?
Qt has the normal application point of view: it gets keyboard events and mouse
events from the operating system. It does not know whether these events come
from one or multiple keyboards/mice. So it all depends on your operating
system - AFAIK most of them regard multiple input devices as just one device
(so the mouse pointer is moved whenever any of the mice moves and all the
keyboards just generate key press/release events as if it was just one
keyboard with just one layout).
Konrad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091207/03afbd4a/attachment.bin
More information about the Qt-interest-old
mailing list