SimpleGL  1.1.0
A framework for platform independent rendering
Classes | Namespaces
glfw_callback.hpp File Reference
#include "SimpleGL_Export.h"
#include <string>
#include <GLFW/glfw3.h>
#include "input.hpp"

Go to the source code of this file.

Classes

class  sgl::ErrorCallback
 This class wraps a GLFW error callback. More...
 
class  sgl::KeyCallback
 This class wraps a GLFW key callback. More...
 
class  sgl::MouseButtonCallback
 This class wraps a GLFW mouse button callback. More...
 

Namespaces

 sgl
 Generic namespace for the SimpleGL framework.
 

Detailed Description

Author
Heiko Brumme

This file contains classes to wrap GLFW callbacks.

Definition in file glfw_callback.hpp.