blob: be563332874403c0aa79a61c44e45fc5a2ef9d3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
/*
*/
/*! \page forever-example.html
\ingroup examples
\title A Rectangle Draw "Benchmark"
This example continuously draws rectangles in a window and
has another widget that counts the number of rectangles that
are drawn per second.
<hr>
Header file:
\include forever/forever.h
<hr>
Implementation:
\include forever/forever.cpp
*/
|