From 6afac4e01eba5c297e99597dd2cb17c2e4732a7e Mon Sep 17 00:00:00 2001 From: Tarek Soliman Date: Fri, 24 Feb 2012 13:23:55 -0600 Subject: KEYMAPPER: Rename HardwareKey to HardwareInput --- common/system.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common') diff --git a/common/system.h b/common/system.h index 85a9f6a77e..dc74533861 100644 --- a/common/system.h +++ b/common/system.h @@ -52,7 +52,7 @@ class TimerManager; class SeekableReadStream; class WriteStream; #ifdef ENABLE_KEYMAPPER -class HardwareKeySet; +class HardwareInputSet; class Keymap; class KeymapperDefaultBindings; #endif @@ -938,15 +938,15 @@ public: #ifdef ENABLE_KEYMAPPER /** - * Register hardware keys with keymapper + * Register hardware inputs 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 + * @return HardwareInputSet with all keys and recommended mappings * * See keymapper documentation for further reference. */ - virtual Common::HardwareKeySet *getHardwareKeySet() { return 0; } + virtual Common::HardwareInputSet *getHardwareInputSet() { return 0; } /** * Return a platform-specific global keymap -- cgit v1.2.3