Function


nuDebConTextPos


Syntax

void nuDebConTextPos(u32 wndNo, u32 posX, u32 posY)

Arguments

wndNo      window number
posX       column in which to display text
posY       line in which to display text

Return Value

None

Description

Sets the position where text will be displayed inside console window

This function sets the position where text will be displayed inside the console window specified by wndNo.

This function can also be used with the release-use library.

See Also

nuGfxInit, nuGfxTaskStart, nuGfxSetUcode, nuDebConDisp, nuDebConWindowSize, nuDebConWindowPos, nuDebConWindowShow, nuDebConScroll, nuDebConTextColor, nuDebConTextAttr, and nuDebConClear