Input without creating a window

Is it possible to use GLFW just as a library for keyboard input to the console/terminal without creating a window?
This was asked once, but it was a long time ago so I thought I should ask if this is possible now.

Thanks :slight_smile:

The GLFW project is aimed at window creation for OpenGL, ES, and Vulkan graphics development with input and event handling for these windows. So I think console/terminal input is probably outside it’s scope.