aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ps2/ps2input.h
diff options
context:
space:
mode:
authorRobert Göffringmann2008-03-03 00:41:59 +0000
committerRobert Göffringmann2008-03-03 00:41:59 +0000
commit3b27b9fa438611c3a05fcf2d07a3dfde6be192fa (patch)
tree8605c47d67b779fb33ce4dda3a64a7d3caecdb4d /backends/platform/ps2/ps2input.h
parentfc91de07dfdfe6bd29edadf739f324f30f5624d0 (diff)
downloadscummvm-rg350-3b27b9fa438611c3a05fcf2d07a3dfde6be192fa.tar.gz
scummvm-rg350-3b27b9fa438611c3a05fcf2d07a3dfde6be192fa.tar.bz2
scummvm-rg350-3b27b9fa438611c3a05fcf2d07a3dfde6be192fa.zip
the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.
svn-id: r31034
Diffstat (limited to 'backends/platform/ps2/ps2input.h')
-rw-r--r--backends/platform/ps2/ps2input.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/backends/platform/ps2/ps2input.h b/backends/platform/ps2/ps2input.h
index fe35af0526..266f408809 100644
--- a/backends/platform/ps2/ps2input.h
+++ b/backends/platform/ps2/ps2input.h
@@ -27,6 +27,7 @@
#define __PS2INPUT_H__
#include "common/system.h"
+#include "common/keyboard.h"
class OSystem_PS2;
class Ps2Pad;
@@ -54,8 +55,8 @@ private:
bool _mouseLoaded, _kbdLoaded;
int _keyFlags;
- static const int _padCodes[16], _padFlags[16];
- static const int _usbToSdlk[0x100];
+ static const Common::KeyCode _padCodes[16], _padFlags[16];
+ static const Common::KeyCode _usbToSdlk[0x100];
};
#endif // __PS2INPUT_H__