cschreib / lxgui

Portable, real time, modular and data-driven GUI C++ library.
https://cschreib.github.io/lxgui
MIT License
73 stars 20 forks source link

Add file/line info to C++ script handlers error messages #96

Open cschreib opened 2 years ago

cschreib commented 2 years ago

Currently this is only done for Lua handlers, not for C++ ones. See define_script_ in gui_frame.cpp.