1 // Copyright (C) 2006 Erik Dahlberg
3 // This file is part of LSystem3d.
5 // LSystem3D is free software; you can redistribute it and/or
6 // modify it under the terms of the GNU General Public License
7 // as published by the Free Software Foundation; either version 2
8 // of the License, or (at your option) any later version.
10 // LSystem3D is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
15 // You should have received a copy of the GNU General Public License
16 // along with LSystem3D; if not, write to the Free Software
17 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
27 // GLUT callback functions
28 // -----------------------
33 * @param x mouse x-coordinate
34 * @param y mouse y-coordinate
36 void glutKeyboardCB(unsigned char key
, int x
, int y
);
41 * @param x mouse x-coordinate
42 * @param y mouse y-coordinate
44 void glutSpecialCB(int key
, int x
, int y
);
58 // GLUI callback functions
59 // -----------------------
65 void gluiSpinnerAngleCB(int id
);
68 * Reset button pressed
71 void gluiButtonResetCB(int id
);
74 * Generate button pressed
77 void gluiButtonGenerateCB(int id
);