1 2 3 4 5 6 7 8 9
#ifndef MOUSE_H #define MOUSE_H /* * Handle events generated by the mouse. */ void mouse (int button, int state, int x, int y); #endif // MOUSE_H
Copyright © 2009 Don Pellegrino All Rights Reserved.