aboutsummaryrefslogtreecommitdiff
path: root/backends/keymapper/keymap.cpp
diff options
context:
space:
mode:
authorJody Northup2009-08-18 08:00:24 +0000
committerJody Northup2009-08-18 08:00:24 +0000
commitdfaa5acbee5766e59b35697ea1b03122aa4ea2aa (patch)
treefb06e849c8fad9a4a81f68a12e5d2d2397ed0098 /backends/keymapper/keymap.cpp
parent445b01676ee13fde91042094585376c2674fe606 (diff)
downloadscummvm-rg350-dfaa5acbee5766e59b35697ea1b03122aa4ea2aa.tar.gz
scummvm-rg350-dfaa5acbee5766e59b35697ea1b03122aa4ea2aa.tar.bz2
scummvm-rg350-dfaa5acbee5766e59b35697ea1b03122aa4ea2aa.zip
Starting to simplify the Action structure, and rework it to facilitate making the automatic mapper smarter, at least when there is a keyboard present. Fixed a minor whitespace issue in a comment.
svn-id: r43502
Diffstat (limited to 'backends/keymapper/keymap.cpp')
-rw-r--r--backends/keymapper/keymap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/keymapper/keymap.cpp b/backends/keymapper/keymap.cpp
index 9d8b6046cd..f082640f2c 100644
--- a/backends/keymapper/keymap.cpp
+++ b/backends/keymapper/keymap.cpp
@@ -240,7 +240,7 @@ void Keymap::automaticMapping(HardwareKeySet *hwKeys) {
// First mapping pass:
// - Match if a key's preferred action type is the same as the action's
- // type, or vice versa.
+ // type, or vice versa.
// - Priority is given to:
// - keys that match action types over key types.
// - keys that have not been used by parent maps.