31 void glfw_render(
void);
32 void glfw_cb_reshape(
int w,
int h);
33 void glfw_cb_key(
int key,
int scancode,
int action,
int mods);
34 void glfw_cb_mouse(
int btn,
int action,
int mods);
36 static void _glfw_cb_reshape(GLFWwindow *wnd,
int w,
int h);
37 static void _glfw_cb_key(GLFWwindow *wnd,
int key,
int scancode,
int action,
int mods);
38 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:31
GLFW version of fosphor sink (implementation)
Definition: glfw_sink_c_impl.h:26
GLFW version of fosphor sink.
Definition: glfw_sink_c.h:25
Definition: base_sink_c.h:17