|
ComputerGraphik TU WIEN
|
#include <glm/vec2.hpp>#include <glm/glm.hpp>#include <glm/gtx/epsilon.hpp>#include <GL/glew.h>#include <GLFW/glfw3.h>#include "sceneObject.hpp"#include "shader.hpp"#include "texture.hpp"Go to the source code of this file.
Classes | |
| class | MouseSemantics |
| The class which handles the drawing of the cursor as well as the semantic scaling function that translates the movement from motor space to visual space. More... | |
Macros | |
| #define | MOUSE_MIN_MOVE 0.3 |
| #define | MOUSE_MAX_MOVE 3.5 |
| #define | MOUSE_CUTOFF 200 |
| #define MOUSE_CUTOFF 200 |
| #define MOUSE_MAX_MOVE 3.5 |
| #define MOUSE_MIN_MOVE 0.3 |
1.8.9.1