Allowed binds to execute commands.

This commit is contained in:
2025-09-11 12:58:04 -05:00
parent fe9af039fc
commit 8b20f0bf31
13 changed files with 244 additions and 251 deletions

View File

@@ -8,7 +8,7 @@ target_sources(${DUSK_TARGET_NAME}
PRIVATE
input.c
inputbutton.c
inputbind.c
inputaction.c
)
if(DUSK_TARGET_SYSTEM STREQUAL "linux")