aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-15 13:23:46 +1000
committerPaul Gilbert2012-09-15 13:23:46 +1000
commitd007e0aafe7932899cdf87d6007bf10ebed1cad6 (patch)
treea474fc40a34d45a98627e73f3fb841665e45279e /engines/hopkins/events.h
parent10bb7730ea559f62682db053eda2f532d25ffe68 (diff)
downloadscummvm-rg350-d007e0aafe7932899cdf87d6007bf10ebed1cad6.tar.gz
scummvm-rg350-d007e0aafe7932899cdf87d6007bf10ebed1cad6.tar.bz2
scummvm-rg350-d007e0aafe7932899cdf87d6007bf10ebed1cad6.zip
HOPKINS: initial implementation of INTORUN method
Diffstat (limited to 'engines/hopkins/events.h')
-rw-r--r--engines/hopkins/events.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/engines/hopkins/events.h b/engines/hopkins/events.h
index 19629bfc5f..ca6d8e5fd2 100644
--- a/engines/hopkins/events.h
+++ b/engines/hopkins/events.h
@@ -38,10 +38,10 @@ private:
public:
bool souris_flag;
bool mouse_linux;
- int souris_sizex;
- int souris_sizey;
- int ofset_souris_x;
- int ofset_souris_y;
+ int souris_sizex, souris_sizey;
+ int ofset_souris_x, ofset_souris_y;
+ int start_x, start_y;
+ int souris_x, souris_y;
bool CASSE;
int souris_n;
int souris_bb;
@@ -57,8 +57,11 @@ public:
void souris_on();
void souris_xy(int xp, int yp);
void souris_max();
+ int XMOUSE();
+ int YMOUSE();
void hideCursor();
void showCursor();
+ void VBL();
void CONTROLE_MES();
void delay(int delay);