From d007e0aafe7932899cdf87d6007bf10ebed1cad6 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 15 Sep 2012 13:23:46 +1000 Subject: HOPKINS: initial implementation of INTORUN method --- engines/hopkins/events.h | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'engines/hopkins/events.h') 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); -- cgit v1.2.3