KBDResetChannel

Syntax

#include <revolution/kbd.h>

KBDEc KBDResetChannel (KBDChannel ch);

Arguments

ch Keyboard channel to reset.

Return Values

KBDEc Keyboard error code.
KBD_SUCCESS if the call was successful.
KBD_ERR_NOT_INITIALIZED if the library was not initialized.
KBD_ERR_BAD_VALUE if ch was out of range.

Description

Resets the keyboard on channel ch. This will clear the modifier key state, repeat action, and key buffer.

See Also

Keyboard API Function List

Revision History

2007/03/19 Initial version.


CONFIDENTIAL