Home  /  Autodocs  /  lowlevel.library

NAME

RemKBInt
remove a previously installed keyboard interrupt. (V40)

SYNOPSIS

RemKBInt(intHandle);
A1

VOID RemKBInt(APTR);

FUNCTION

Remove a keyboard interrupt routine previously added with AddKBInt().

INPUTS

intHandle
handle obtained from AddKBInt(). This may be NULL, in which case this function does nothing.

SEE ALSO

AddKBInt()