LAB: Some rework related to the mouse code
This commit is contained in:
parent
ff2def7da1
commit
c485d9e8a6
11 changed files with 108 additions and 119 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue