I've just added imgui
(opengl3-glfw) to my project, where I also use glfw
. I have already bound input callbacks to my application, but imgui
has also got input callbacks. Every time I produce input in the application, I get an: "Unhandled exception at 0x00007FF716E4044E in app.exe: 0xC00000FD: Stack overflow (parameters: 0x0000000000000001," error for imgui
's callback function.Example of pressing mouse button Maybe it's because there are two functions bound?
Thanks in advance!
User contributions licensed under CC BY-SA 3.0