diff options
author | Stephen Kennedy | 2008-08-18 19:54:46 +0000 |
---|---|---|
committer | Stephen Kennedy | 2008-08-18 19:54:46 +0000 |
commit | 34518951897d5b90d4d345f7f7465b4f86a67ed8 (patch) | |
tree | 309ced0bcf2107b821372a57711ed46db4a99528 /dists/msvc8 | |
parent | 12d649f0113befdb7098962eabb7dd70e194a88b (diff) | |
download | scummvm-rg350-34518951897d5b90d4d345f7f7465b4f86a67ed8.tar.gz scummvm-rg350-34518951897d5b90d4d345f7f7465b4f86a67ed8.tar.bz2 scummvm-rg350-34518951897d5b90d4d345f7f7465b4f86a67ed8.zip |
Final changes to keymapper:
* HardwareKey's now have a type too, so that we can either match a key to an action or vice versa.
* Better test keymaps - with special gui keymap that is activated when a dialog is opened
svn-id: r34005
Diffstat (limited to 'dists/msvc8')
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 2243a9d3a3..e1a872e191 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -1120,6 +1120,10 @@ RelativePath="..\..\backends\keymapper\remap-dialog.h" > </File> + <File + RelativePath="..\..\backends\keymapper\types.h" + > + </File> </Filter> </Filter> <Filter |