diff options
Diffstat (limited to 'examples/drawlines/drawlines.doc')
-rw-r--r-- | examples/drawlines/drawlines.doc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/examples/drawlines/drawlines.doc b/examples/drawlines/drawlines.doc new file mode 100644 index 0000000..f0abeec --- /dev/null +++ b/examples/drawlines/drawlines.doc @@ -0,0 +1,20 @@ + +/* +*/ +/*! \page drawlines-example.html + + \ingroup examples + \title Connect the Points + + This example shows very simple mouse-based user interaction and + painting without any world transform matrix or other advanced + features. Run the program, click the button, move the mouse, + release the button, and watch the lines get drawn. + + <hr> + + Implementation: + + \include drawlines/connect.cpp +*/ + |