aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project
diff options
context:
space:
mode:
authorFilippos Karapetis2011-12-30 00:06:59 +0200
committerFilippos Karapetis2011-12-30 00:09:10 +0200
commit5c9da2811964245c7bd26840a4710ff78ddaf334 (patch)
treec8efa9938c5dd26551b0a76a6ce41855e8851783 /devtools/create_project
parentdf88a1f2a79faabeabb90c66de4f1404dc12f3ea (diff)
downloadscummvm-rg350-5c9da2811964245c7bd26840a4710ff78ddaf334.tar.gz
scummvm-rg350-5c9da2811964245c7bd26840a4710ff78ddaf334.tar.bz2
scummvm-rg350-5c9da2811964245c7bd26840a4710ff78ddaf334.zip
CREATE_PROJECT: Add support for enabling the key mapper feature
Diffstat (limited to 'devtools/create_project')
-rw-r--r--devtools/create_project/create_project.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index 775e67cdb1..15830bd467 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -855,6 +855,7 @@ const Feature s_features[] = {
{ "taskbar", "USE_TASKBAR", "", true, "Taskbar integration support" },
{ "translation", "USE_TRANSLATION", "", true, "Translation support" },
{ "vkeybd", "ENABLE_VKEYBD", "", false, "Virtual keyboard support"},
+ { "keymapper","ENABLE_KEYMAPPER", "", false, "Keymapper support"},
{ "langdetect", "USE_DETECTLANG", "", true, "System language detection support" } // This feature actually depends on "translation", there
// is just no current way of properly detecting this...
};