[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


NAME
    AskKeyMapDefault -- Ask for a pointer to the current default
                        keymap. (V36)

SYNOPSIS
    keyMap = AskKeyMapDefault()

    struct KeyMap *AskKeyMapDefault( VOID );

FUNCTION
    Return a pointer to the keymap used by the keymap library for
    MapRawKey and MapANSI when a keymap is not specified.

RESULTS
    keyMap - a pointer to a keyMap structure.  This key map is
        guaranteed to be permanently allocated: it will remain in
        memory till the machine is reset.

BUGS
    The keymap.h include file should be in the libraries/ or perhaps
    resources/ directory, but is in the devices/ directory for
    compatability reasons.

SEE ALSO
    devices/keymap.h, keymap.library/SetKeyMapDefault(),
    console.device ...KEYMAP functions