summaryrefslogtreecommitdiffstats
path: root/examples/drawlines/drawlines.doc
blob: f0abeec3b13d80b1bdf9283de61d6559a28a56df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
*/