#include "kbd.h";
void KBD_FillScreen( GXScrText32x32* scr, int palette, int kbd_chartop );
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. |
None.
Creates the keyboard screen data, sets it to scr, and returns it.
CONFIDENTIAL