Did some tweaks to the CMakeLists
This commit is contained in:
@@ -52,4 +52,7 @@ void glfwOnCursor(GLFWwindow *window, double x, double y);
|
||||
* @param key Key to get the input source for.
|
||||
* @return The input source.
|
||||
*/
|
||||
inputsource_t glfwGetInputSourceForKey(int32_t key);
|
||||
inputsource_t glfwGetInputSourceForKey(int32_t key);
|
||||
|
||||
/** GLFW Client Methods */
|
||||
void glfwClientSetTitle(char *name);
|
Reference in New Issue
Block a user