µGFX  2.9
version 2.9
gwin_console.h File Reference

Detailed Description

GWIN Graphic window subsystem header file.

Definition in file gwin_console.h.

Go to the source code of this file.

Functions

GHandle gwinGConsoleCreate (GDisplay *g, GConsoleObject *gc, const GWindowInit *pInit)
 Create a console window. More...
 
void gwinPutChar (GHandle gh, char c)
 Put a character at the cursor position in the window. More...
 
void gwinPutString (GHandle gh, const char *str)
 Put a string at the cursor position in the window. It will wrap lines as required. More...
 
void gwinPutCharArray (GHandle gh, const char *str, gMemSize n)
 Put the character array at the cursor position in the window. It will wrap lines as required. More...
 
void gwinPrintf (GHandle gh, const char *fmt,...)
 Print a formatted string at the cursor position in the window. It will wrap lines as required. More...