Luna::Window::IGLFWWindow
Implemented by the window object if the underlying window is a GLFW window. This interface is enabled on Windows, Linux and macOS platform.
interface Luna::Window::IGLFWWindow : public virtual IWindow
Base type
Member functions
-
virtual GLFWwindow * get_glfw_window_handle()=0
Gets GLFWwindow* handle of this window.