aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarek Soliman2012-02-15 17:22:41 -0600
committerTarek Soliman2012-02-15 17:22:41 -0600
commit85c8c84804125599547f8408962656e2686543e9 (patch)
tree9050ff0d9de1467077d9efd9ea80cc77780728ae
parente55914c51b205a03879bc3b7c8c698cfc8858d39 (diff)
downloadscummvm-rg350-85c8c84804125599547f8408962656e2686543e9.tar.gz
scummvm-rg350-85c8c84804125599547f8408962656e2686543e9.tar.bz2
scummvm-rg350-85c8c84804125599547f8408962656e2686543e9.zip
KEYMAPPER: Add more warning signs
-rw-r--r--backends/events/default/default-events.h2
-rw-r--r--common/system.h6
2 files changed, 8 insertions, 0 deletions
diff --git a/backends/events/default/default-events.h b/backends/events/default/default-events.h
index 3a8025f5e8..4d89b78861 100644
--- a/backends/events/default/default-events.h
+++ b/backends/events/default/default-events.h
@@ -92,6 +92,8 @@ public:
#endif
#ifdef ENABLE_KEYMAPPER
+ // IMPORTANT NOTE: This is part of the WIP Keymapper. If you plan to use
+ // this, please talk to tsoliman and/or LordHoto.
virtual Common::Keymapper *getKeymapper() { return _keymapper; }
#endif
};
diff --git a/common/system.h b/common/system.h
index 34c987bf26..85a9f6a77e 100644
--- a/common/system.h
+++ b/common/system.h
@@ -939,6 +939,8 @@ public:
#ifdef ENABLE_KEYMAPPER
/**
* Register hardware keys with keymapper
+ * IMPORTANT NOTE: This is part of the WIP Keymapper. If you plan to use
+ * this, please talk to tsoliman and/or LordHoto.
*
* @return HardwareKeySet with all keys and recommended mappings
*
@@ -948,6 +950,8 @@ public:
/**
* Return a platform-specific global keymap
+ * IMPORTANT NOTE: This is part of the WIP Keymapper. If you plan to use
+ * this, please talk to tsoliman and/or LordHoto.
*
* @return Keymap with actions appropriate for the platform
*
@@ -959,6 +963,8 @@ public:
/**
* Return platform-specific default keybindings
+ * IMPORTANT NOTE: This is part of the WIP Keymapper. If you plan to use
+ * this, please talk to tsoliman and/or LordHoto.
*
* @return KeymapperDefaultBindings populated with keybindings
*