GNU Info

Info Node: (aalib.info)aa_initmouse

(aalib.info)aa_initmouse


Next: aa_init Prev: aa_initkbd Up: Reference
Enter node , (file) or (file)node

aa_initmouse
============

     #include <aalib.h>


     int aa_initmouse
     (
         struct aa_context *c,
         const struct aa_mousedriver *d,
         int mode
     );

Parameters
==========

    `struct aa_context *c'
          Specifies the AA-lib context to operate on.

    `const struct aa_mousedriver *d'
          Driver you wish to use.

    `int mode'
          Mask of extra features you request.  No such features are
          available in the current AA-lib version.

Description
===========

This is the most primitive AA-lib keyboard initialization function.
Allows better control over the process than the easier to use
aa_autoinitmouse function.

Return value
============

1 on success and 0 on fail.


automatically generated by info2www version 1.2.2.9