%C - This is a QNX/Photon Application.
%C [options]

Options:
  -s server   Server node or device name
  -x x        Initial x position
  -y y        Initial y position
  -h h        Initial h dimension
  -w w        Initial w dimension
  -f filename Log file name (if not specified, then
              only display on the screen)

EventWatch is a small utility to run in the Photon
workspace to watch what events as they pass through
photon.  Both key, and mouse events can be traced.

You can either watch the events on the screen, or
specify an output filename:

    EventWatch -f some-file-name

to save the information.


Examples:
%C -s4
  Run using Photon server on node 4

%C -s//4/dev/photon
  Same as above

%C -x10 -y10 -h200 -w300
  Run at initial position 10,10 with initial 
  dimension of 200x300.
