same drawing mode extension like for DrawLine
git-svn-id: svn://svn.cc65.org/cc65/trunk@2340 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -301,9 +301,10 @@ proper values.
|
||||
|
||||
<sect3>DrawPoint
|
||||
<p>
|
||||
<tt/void DrawPoint (struct pixel *myPixel)/
|
||||
<tt/void DrawPoint (char mode, struct pixel *myPixel)/
|
||||
<p>
|
||||
Draws single point on the screen, no matter what the current pattern is.
|
||||
Depending on <tt/mode/ (see <tt/DrawLine/) draws/erases/copies a single point
|
||||
on the screen.
|
||||
|
||||
<sect3>TestPoint
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user