Home
last modified time | relevance | path

Searched refs:PointOutEx (Results 1 – 3 of 3) sorted by relevance

/dports/lang/nbc/doc/
H A DChangelog513 TextOutEx, PointOutEx, CircleOutEx, LineOutEx, RectOutEx, and GraphicOutEx API
/dports/lang/nbc/NXT/
H A DNXCDefs.h2647 inline void ClearScreen() { asm { PointOutEx(200, 200, TRUE) } } in ClearScreen()
H A DNXTDefs.h11835 #define PointOutEx(_x,_y,_options) __PointOutEx(_x,_y,_options) macro