Quentin Quadrat
Quentin Quadrat
For myself: to implement https://stackoverflow.com/questions/56621630/c-sharp-how-can-i-use-cefsharps-draghandler
Looks like conflict with default Godot keyboard ui_map.
@Snafuh You can base your code on my projects https://github.com/Lecrapouille/gdcef and feedbacks concerning switching legacy cef to newer version https://github.com/Lecrapouille/OffScreenCEF
@simonvpe it seems this lib does not offer inertia types. Maybe instead of using + decltype, you may have to try this inside your code: ```c++ namespace units { UNIT_ADD(inertia,...
Sorry mate I did not notice your 3 comments during my numerous rebases. Yes I know CI not longer work with cmake. I had not time to investigate. I'll read...
@wutzig now everything seems ok. I still need to complete the CI: give a try with linkage, run tests for Windows ...
Yes, I'm fixing them. The issue is: my tests were made for Unix and the lib was using '/' as directory separator for Unix while now we are running them...
Seems good to me. I'm tagging v2.3.0 and adding your name in credits.
~~@wutzig I reopened. I noticed that I added a temporary `#if 0` that I forget to remove + I added a regression. I have to check back all stuffs and...
@wutzig I still have some Windows issues, It let you investigate because I have no more idea how to fix it. I fixed all others (valgrind, OSX ...) and added...