Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The InputDeviceSettings class allows keyboard and mouse configuration to be adjusted at runtime. More...
#include <InputDeviceSettings>
Inherits QObject.
The InputDeviceSettings class allows keyboard and mouse configuration to be adjusted at runtime.
The current keyboard and mouse driver can be changed, at runtime by sending the following QCop messages to the QPE/System channel:
Message | Description |
---|---|
setMouseProto(QString) | setMouseProto(QString proto) Set the new mouse protocol to proto. proto has the same form as would be used in the QWS_MOUSE_PROTO environment variable. |
setKeyboard(QString) | setKeyboard(QString keyboard) Set the new keyboard driver to keyboard. keyboard has the same form as would be used in the QWS_KEYBOARD environment variable. |
The InputDeviceSettings class provides the InputDeviceSettings task. It is part of the Qt Extended server and cannot be used by other Qt Extended applications.
Create a new InputDeviceSettings instance with the specified parent.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |