My glfw Input callbacks give an "Unhandled Exception" error

-1

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!

c++
input
visual-studio-2019
glfw
imgui
asked on Stack Overflow Apr 30, 2021 by Uytab

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0