first commit
This commit is contained in:
18
CS4451/proj4/Input.h
Normal file
18
CS4451/proj4/Input.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef _INPUT_H_
|
||||
#define _INPUT_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <GL/glut.h>
|
||||
|
||||
#include "structs.h"
|
||||
|
||||
GLvoid menu ( int value );
|
||||
GLvoid keyboard_event(GLubyte key, GLint x, GLint y);
|
||||
GLvoid keyboard_special_event(GLint key, GLint x, GLint y);
|
||||
GLvoid button_motion(GLint mx, GLint my);
|
||||
GLvoid passive_motion(GLint mx, GLint my);
|
||||
GLvoid mouse_button(GLint btn, GLint state, GLint mx, GLint my);
|
||||
|
||||
//inline void scalePoint(Point& p, GLint mx, GLint my);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user