Go to the first, previous, next, last section, table of contents.


glib_print

glib_print(X,Y,Text)
: It put a string Text at [X,Y] on the glib canvas.
glib_print(X,Y,Text | color=key0)
: This function allows optional variables color

Example:

 glib_print(100,100,"Hello Worlds" | color=0xff0000);


Go to the first, previous, next, last section, table of contents.