I understand that Of is using GLFW, how can I call GLFW methods ?
For example, to get information about the connected displays, or anything else related with GLFW ?
Also, how can I get the current GLFW window instance related with the (default) main window ?
It’s strange but it seems that some glfw calls are not available in an oF project…
Eg. I can call glfwGetMonitors() but not glfwFocusWindow() which produces
error: use of undeclared identifier 'glfwFocusWindow'
so I can’t glfwFocusWindow(mainWindow->getWindowContext());