From f809b80a688b8cd0a5a8bcb578d4cce1562fff5e Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 31 Oct 2020 14:18:09 +0200 Subject: Preferences: Basic key bindings UI One can now bind keys in Preferences. The configured keys aren't yet saved, though. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d73956d..cfd42044 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -123,6 +123,8 @@ set (SOURCES src/audio/player.h src/audio/stb_vorbis.c # User interface: + src/ui/bindingswidget.c + src/ui/bindingswidget.h src/ui/color.c src/ui/color.h src/ui/command.c -- cgit v1.2.3