LAB: Some rework related to the mouse code

This commit is contained in:
Strangerke 2015-11-28 02:17:05 +01:00 committed by Willem Jan Palenstijn
parent ff2def7da1
commit c485d9e8a6
11 changed files with 108 additions and 119 deletions

View file

@ -66,12 +66,11 @@ LabEngine::LabEngine(OSystem *syst, const ADGameDescription *gameDesc)
_lastWaitTOFTicks = 0;
_mouseX = 0;
_mouseY = 0;
_mousePos = Common::Point(0, 0);
_mouseAtEdge = false;
_nextKeyIn = 0;
_nextKeyIn = 0;
_nextKeyOut = 0;
_mouseAtEdge = false;
//const Common::FSNode gameDataDir(ConfMan.get("path"));
//SearchMan.addSubDirectoryMatching(gameDataDir, "game");