mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-22 09:40:25 +01:00
fbb23661d3
Previously KeyList constants came from the GlobalConstants.hpp header, but this did not work when compiling for HTML5. Therefore, we now get the globals constants from the GDNative API. Throws the error: `LNK2019: unresolved external symbol godot_get_global_constants referenced in function "private: static void __cdecl godot::Terminal::_populate_key_list(void)" (?_populate_key_list@Terminal@godot@@CAXXZ)` in GitHub Windows action. So use the old technique on Windows for now. This is a prerequisite for HTML5 support. |
||
---|---|---|
.. | ||
bin | ||
external | ||
src | ||
build.sh | ||
godotxtermnative.gdnlib | ||
SConstruct | ||
shell.nix |