I need to make progres bar on taskbar using GLFW ( C++ ) , something like that:
There is a simular question about java: How to make a windows 7 loading bar on the taskbar, but I need it in C++
I was alredy looking for answer in GLFW's documentation, but I could not find any.
Is it possible using GLFW, and how can I do this? Let me know, if I can also make it work in linux or macOS.
If required, I might use native HWND window handler in Windows, but I was not able to find solution for native handler too.