Gl Graph
Gl Graph Source of mousekeyboardstate.h
#ifndef GL_MOUSE_KEYBORD_H
#define GL_MOUSE_KEYBORD_H
class MouseKeybordState {
public:
int xButtonPress;
int yButtonPress;
int xButtonMotion;
int yButtonMotion;
int xButtonMotionPrevious;
int yButtonMotionPrevious;
bool isSelectionSquare;
Vec3f scale;
};
#endif