summaryrefslogtreecommitdiffstats
path: root/src/controller/mousewheel.h (plain)
blob: a3944d059bdb304858a1576dc40a70ccdffac92a
1
2
3
4
5
6
7
8
9
10
11
#ifndef MOUSEWHEEL_H
#define MOUSEWHEEL_H

/*
 * GLUT callback to be called whenever the scroll wheel is scrolled.
 * Based on code from Ashwin at
 * http://stackoverflow.com/questions/14378/using-the-mouse-scrollwheel-in-glut/14444.
 */
void mousewheel (int, int, int, int);

#endif // MOUSEWHEEL_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.