SYNOPSIS
#include <aalib.h>
int aa_initkbd
(
struct aa_context *context,
const struct aa_kbddriver *drv,
int mode
);
PARAMETERS
- struct aa_context *context
- Specifies the AA-lib context to operate on.
- const struct aa_kbddriver *drv
- Driver you wish to use.
- int mode
- Mask of extra features you request. Can contain AA_SENDRELEASE if you are interested in release events too.