[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

input-cfg

Configure the mouse or pointer

Syntax:

input-cfg [-s server_name] [-x position[%][r]
          [-y position[%][r]

Options:

-s server_name
The name of the Photon server:
If server_name is: This server is used:
node_path node_path/dev/photon
fullpath fullpath
relative_path /dev/relative_path
-x position[%][r]
The x coordinate of the upper-left corner of the window, in pixels, or as a percentage of screen width if % is specified. If r is specified, the coordinate is relative to the current console.
-y position[%][r]
The y coordinate of the upper-left corner of the window, in pixels, or as a percentage of screen height if % is specified. If r is specified, the coordinate is relative to the current console.

Description:

You can use input-cfg to configure input devices, such as a mouse:


input-cfg window


Configuring the mouse.


You can:

See also:

inputtrap

Input drivers (devi-*) in the Utilities Summary

Using the Photon microGUI in the Neutrino User's Guide


[Previous] [Contents] [Index] [Next]