KBD_ChangeByNumber

C Specification

#include "kbd.h";
void KBD_ChangeByNumber( int no );

Arguments

no keyboard number

Return Values

None.

Description

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

See Also

KBD_ChangeToNext

CONFIDENTIAL