pgl
PrimitiveOpenGL3Dprimitivelibrary
|
#include <pgl.h>
Public Member Functions | |
Controller (Camera *_camera) | |
virtual void | click (int button, int action, int mods, double xpos, double ypos)=0 |
Click handler. | |
virtual void | scroll (double xoffset, double yoffset)=0 |
Scroll wheel handler. | |
virtual void | motion (double xpos, double ypos)=0 |
Mouse motion handler. | |
Public Attributes | |
Camera * | camera |
Camera to move. | |