22#ifndef INCLUDED_GR_FOSPHOR_GLFW_SINK_C_IMPL_H
23#define INCLUDED_GR_FOSPHOR_GLFW_SINK_C_IMPL_H
44 void glfw_render(
void);
45 void glfw_cb_reshape(
int w,
int h);
46 void glfw_cb_key(
int key,
int scancode,
int action,
int mods);
47 void glfw_cb_mouse(
int btn,
int action,
int mods);
49 static void _glfw_cb_reshape(GLFWwindow *wnd,
int w,
int h);
50 static void _glfw_cb_key(GLFWwindow *wnd,
int key,
int scancode,
int action,
int mods);
51 static void _glfw_cb_mouse(GLFWwindow *wnd,
int btn,
int action,
int mods);
Base class for fosphor sink implementation.
Definition base_sink_c_impl.h:44
GLFW version of fosphor sink (implementation)
Definition glfw_sink_c_impl.h:39
GLFW version of fosphor sink.
Definition glfw_sink_c.h:38
Definition base_sink_c.h:30