Input class code
Input::Input(GLFWwindow* pWindow){ m_window = pWindow; glfwSetMouseButtonCallback(m_window, mouse_button_callback); } void Input::