gpm: The ClientLib

 
 4 The Client Library
 ********************
 
 The 'libgpm.a' archive is meant to provide the mouse protocol at
 different levels of abstraction.  Applications linking to the 'gpm'
 server are expected to benefit from using the library, as compared to
 managing the raw socket interface.  Any source file using the library
 should include 'gpm.h' to get gpm specific macros and prototypes.
 
    Delivery of events within the library makes heavy use of the concept
 of "Handling Function" (or "handler", for short).
 

Menu