InfoVis 2013
1.0
Information Visualisation project - "Mapping Text with Phrase Nets"
|
#include "CeguiHandler.h"
#include "CEGUI/CEGUI.h"
#include "CEGUI/InputEvent.h"
#include "CEGUI/RendererModules/OpenGL/GL3Renderer.h"
#include "GL/glfw.h"
#include <iostream>
#include <stdlib.h>
#include <limits.h>
Macros | |
#define | PATH_MAX 260 |
Functions | |
CEGUI::Key::Scan | GlfwToCeguiKey (int glfwKey) |
CEGUI::MouseButton | GlfwToCeguiMouseButton (int glfwButton) |
#define PATH_MAX 260 |
CEGUI::Key::Scan GlfwToCeguiKey | ( | int | glfwKey) |
CEGUI::MouseButton GlfwToCeguiMouseButton | ( | int | glfwButton) |