WinCharXY Function (ROM Call 0x9)

wingraph.h

void WinCharXY (WINDOW *w, short x, short y, char c, short Count);

Draws a series of characters to a window at the specific location.

DrawCharXY writes a Count number of character c to a window pointed to by w at a specific (xy) location (the coordinates are relative to the topleft corner of the window). The current (x, y) location is updated it the wintow is in TTY mode (see WinOpen for more description about window modes). See WinChar for more info about drawing characters.


Uses: WinChar, WinMoveTo, sf_width, ROM Call 0x412
Used by: cmd_pause, Dialog, handleVarLinkKey, GD_Text, GR3_paint3d, HomeExecute, HelpKeys, GR3_handleEvent, WinStrXYWrap