mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-28 02:58:35 +02:00
~ | Better camera system
This commit is contained in:
@ -30,6 +30,8 @@ class Window
|
||||
void pollEvents();
|
||||
bool shouldClose();
|
||||
|
||||
void process_input();
|
||||
|
||||
static void keyCallback(GLFWwindow *window, int key, int scancode, int action, int mods);
|
||||
static void mouseMoveCallback(GLFWwindow *window, double xpos, double ypos);
|
||||
static void mouseButtonCallback(GLFWwindow *window, int button, int action, int mods);
|
||||
|
Reference in New Issue
Block a user