1#ifndef TATOOINE_GL_GLFW_API_H
2#define TATOOINE_GL_GLFW_API_H
15 static auto on_error(
int ,
char const* description) -> void;
17 static auto on_resize(GLFWwindow* w,
int width,
int height) -> void;
22 static auto on_key(GLFWwindow*,
int key,
int scancode,
int action,
int mods)
button
Definition: mouse.h:8
key
Definition: keyboard.h:9
static auto on_resize(GLFWwindow *w, int width, int height) -> void
static auto on_close(GLFWwindow *) -> void
static auto on_button(GLFWwindow *, int button, int action, int mods) -> void
static auto on_key(GLFWwindow *, int key, int scancode, int action, int mods) -> void
static auto get() -> api const &
static auto on_mouse_wheel(GLFWwindow *, double xoffset, double yoffset) -> void
static auto on_error(int, char const *description) -> void
static auto on_cursor_moved(GLFWwindow *w, double xpos, double ypos) -> void