aboutsummaryrefslogtreecommitdiff
path: root/engines/sky/control.h
diff options
context:
space:
mode:
authorMax Horn2007-03-17 16:31:46 +0000
committerMax Horn2007-03-17 16:31:46 +0000
commit478c0644f15c23dd357ea891955ce53abc7b7f27 (patch)
treed5e17c56e5a066620c9df0e01d297c8be7097255 /engines/sky/control.h
parent59064dbef45df364ec9854dff8229f5f251c7433 (diff)
downloadscummvm-rg350-478c0644f15c23dd357ea891955ce53abc7b7f27.tar.gz
scummvm-rg350-478c0644f15c23dd357ea891955ce53abc7b7f27.tar.bz2
scummvm-rg350-478c0644f15c23dd357ea891955ce53abc7b7f27.zip
SKY: Changed Control class to use event manager for mouse coord tracking, and also made it respect the SF_MOUSE_LOCKED flag
svn-id: r26177
Diffstat (limited to 'engines/sky/control.h')
-rw-r--r--engines/sky/control.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sky/control.h b/engines/sky/control.h
index 82fd50ac54..4143772495 100644
--- a/engines/sky/control.h
+++ b/engines/sky/control.h
@@ -239,7 +239,6 @@ private:
Logic *_skyLogic;
Sound *_skySound;
OSystem *_system;
- int _mouseX, _mouseY;
bool _mouseClicked;
byte _keyPressed;
int _mouseWheel;