aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/input.h')
-rw-r--r--engines/parallaction/input.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/parallaction/input.h b/engines/parallaction/input.h
index e26f4d71fd..cf2c4306de 100644
--- a/engines/parallaction/input.h
+++ b/engines/parallaction/input.h
@@ -48,7 +48,7 @@ enum MouseTriState {
};
class Input {
- int updateGameInput();
+ int updateGameInput();
bool _hasKeyPressEvent;
Common::KeyState _keyPressed;
@@ -61,8 +61,8 @@ class Input {
void translateInput();
bool translateGameInput();
bool updateInventoryInput();
- void takeAction(ZonePtr z);
- void walkTo(const Common::Point &dest);
+ void takeAction(ZonePtr z);
+ void walkTo(const Common::Point &dest);
Parallaction *_vm;
@@ -72,7 +72,7 @@ class Input {
ZonePtr _hoverZone;
void enterInventoryMode();
- void exitInventoryMode();
+ void exitInventoryMode();
int _gameType;
@@ -112,11 +112,11 @@ public:
InventoryItem _activeItem;
void readInput();
- int updateInput();
+ int updateInput();
void trackMouse(ZonePtr z);
void waitForButtonEvent(uint32 buttonEventMask, int32 timeout = -1);
uint32 getLastButtonEvent() { return _mouseButtons; }
- bool getLastKeyDown(uint16 &ascii);
+ bool getLastKeyDown(uint16 &ascii);
void stopHovering();