public OpenGLUIContext(Window window) { _window = (GLFWWindow)window; }
public GLFWInputManager() { _window = (GLFWWindow)Game.Instance.Window; }