Files
mcaselector-lite/src/io/input.h
2025-06-06 18:09:49 +02:00

8 lines
207 B
C

// Copyright (c) 2025 Quinn
// Licensed under the MIT Licence. See LICENSE for details
#pragma once
#include <GLFW/glfw3.h>
void key_callback(GLFWwindow* win, int key, int scancode, int action, int mods);