Dynamic Windows Function [dw_draw_point]
Syntax
void dw_draw_point(HWND handle, HPIXMAP pixmap, int x, int y)
Parameters
HWND handle: Handle to the window.
HPIXMAP pixmap: Handle to the pixmap. (choose only one of these)
int x: X coordinate.
int y: Y coordinate.
Description
Draw a point on a window (preferably a render window).