#include <revolution/kbd.h> KBDEc KBDResetChannel (KBDChannel ch);
| ch | Keyboard channel to reset. |
|---|
| 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. |
|---|
Resets the keyboard on channel ch. This will clear the modifier key state, repeat action, and key buffer.
2007/03/19 Initial version.
CONFIDENTIAL