KBD_FillScreen

C Specification

#include "kbd.h";
void KBD_FillScreen( GXScrText32x32* scr, int palette, int kbd_chartop );

Arguments

scr Pointer to the screen data structure.
palette The palette number used for the keyboard characters.
kbd_chartop The character number at the beginning of the keyboard character data.

Return Values

None.

Description

Creates the keyboard screen data, sets it to scr, and returns it.

See Also

CONFIDENTIAL