You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
404 B
21 lines
404 B
|
|
/*
|
|
*/
|
|
/*! \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
|
|
*/
|
|
|