mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-20 03:55:46 +01:00
rename input callback to something more appropriate.
This commit is contained in:
@@ -4,4 +4,6 @@
|
||||
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
void key_callback(GLFWwindow *win, int key, int scancode, int action, int mods);
|
||||
/* Handles incoming key inputs for `win`.
|
||||
* Intended to be given as an argument to `glfwSetKeyCallback`. */
|
||||
void input_callback(GLFWwindow *win, int key, int scancode, int action, int mods);
|
||||
|
||||
Reference in New Issue
Block a user