(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/keymap_protos.h>

WORD MapRawKey (event , buffer , length , keyMap)

LOCATION
In KeymapBase at offset 7

SYNOPSIS
struct InputEvent * event
STRPTR buffer
LONG length
struct KeyMap * keyMap

FUNCTION
Converts possibly linked IECLASS_RAWKEY events to ANSI bytes.

INPUTS
event
InputEvent that should be converted. ie_NextEvent can point ot other events.
buffer
buffer into which the mapped ANSI bytes will be put.
length
length of buffer.
keymap
keymap to use for mapping. If NULL, then the default keymap will be used.

RESULT
Actual number of chars written to the buffer. A return value of -1 means buffer owerflow.

EXAMPLE

SEE ALSO
MapAnsi()

NOTES

BUGS

INTERNALS

HISTORY
19.07.1999 stegerg
*** empty log message ***
20.10.1998 hkiel
Amiga Research OS
14.04.1998 nlorentz
Added support for string and deadkey decoding
13.04.1998 nlorentz
Inital revision.