                          XEV.EXE

Xev prints the contents of X events.  Xev creates a window and then
asks the X server to send it notices called  events whenever
anything happens to the window (such as being moved, resized, typed
in, clicked in, etc.). It is useful for seeing what causes events to
occur and to display the information that they contain.

SYNOPSIS:

xev [-display displayname] [-geometry geom]

 -display displayname
  This option specifies the X server to contact.
 
 -geometry geom
 This option specifies the size and/or location of the window.  


 COPYRIGHT
 Copyright 19, Massachusetts Institute of Technology.
 AUTHOR Jim Fulton, MIT X Consortium
