DrawFkey Function (ROM Call 0x1A5)

graph.h

void DrawFkey (short x, short y, short fkey_no, short Attr);

Draws a function key symbol.

DrawFkey draws a string "F<fkey_no>" at (xy), using the attribute Attr, and using small font, regardless of the current font setting. See DrawChar for a description of attribute Attr. fkey_no must be in a range 0-9.


Uses: DrawChar, FontSetSys
Used by: MenuKey, MenuOff, MenuOn, MenuTopRedef, MenuTopSelect, ROM Call 0x421