NXC
Version 1.2.1 r5
|
|
inline |
Draw a point.
This function lets you draw a point on the screen at x, y. Optionally specify drawing options. If this argument is not specified it defaults to DRAW_OPT_NORMAL. Valid display option constants are listed in the Drawing option constants group.
x | The x value for the point. |
y | The y value for the point. |
options | The optional drawing options. |