godot-xterm/addons/godot_xterm/native/src
Leroy Hopson c1334896d6
Explicity check not javascript when including pseudoterminal
If compiling for javascript platform on linux '__unix__' will be defined,
so instead check for the abscence of '__EMSCRIPTEN__'.
2021-06-15 14:02:01 +07:00
..
.gdignore Enable compiling 64-bit on Windows using MSVC 2020-11-10 13:44:29 +07:00
libgodotxtermnative.cpp Explicity check not javascript when including pseudoterminal 2021-06-15 14:02:01 +07:00
pseudoterminal.cpp Use standard OS macros 2021-06-08 22:59:12 +07:00
pseudoterminal.h Format c++ files using clang-format 2021-06-06 20:05:22 +07:00
terminal.cpp Use standard OS macros 2021-06-08 22:59:12 +07:00
terminal.h Get KeyList constants from GDNative API 2021-06-06 21:57:06 +07:00