KBD_ChangeToNext

C Specification

#include "kbd.h";
void KBD_ChangeToNext( void );

Arguments

None.

Return Values

None.

Description

Switches the keyboard to the next keyboard in order, initializes keyboard input, and redraws the keyboard.
The sound callback function is called internally after switching is completed.

See Also

KBD_ChangeByNumber

CONFIDENTIAL