Lua_GetProjectPath, SDLK_Period

This commit is contained in:
krzosa
2025-04-30 21:38:21 +02:00
parent a00f8acd9a
commit dc3861adfe
12 changed files with 96 additions and 109 deletions

View File

@@ -1,6 +0,0 @@
function OnCommandTE(e)
if e.key == SDLK_B and e.ctrl == 1 then
C("cd D:/dev/text_editor && build.bat") end
end
table.insert(OnCommandCallbacks, OnCommandTE)