paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/include pgapplication.h,1.10,1.11 pgmessageob


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgapplication.h,1.10,1.11 pgmessageobject.h,1.10,1.11
Date: Mon, 06 May 2002 07:18:07 -0400

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv12549/include

Modified Files:
        pgapplication.h pgmessageobject.h 
Log Message:
message cleanup
moved some (more) functions from PG_MessageObject to PG_Application


Index: pgapplication.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgapplication.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** pgapplication.h     6 May 2002 06:24:29 -0000       1.10
--- pgapplication.h     6 May 2002 11:18:01 -0000       1.11
***************
*** 466,469 ****
--- 466,478 ----
        static bool UnregisterObject(PG_MessageObject* obj);
  
+       /**
+       Translates numeric keypad keys into other keys in dependency of 
NUM_LOCK state.
+        Should be called in eventKeyDown() for proper numeric keypad behaviour.
+ 
+       @param key SDL_KeyboardEvent* key to translate
+        */
+       static void TranslateNumpadKeys(SDL_KeyboardEvent *key);
+ 
+ 
        PG_SignalAppQuit sigAppQuit;
        PG_SignalAppIdle sigAppIdle;
***************
*** 514,520 ****
        virtual bool eventQuit(const SDL_QuitEvent* quit);
  
- 
-       /** */
-       static SDL_Event WaitEvent(Uint32 delay=0);
  
        /**
--- 523,526 ----

Index: pgmessageobject.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgmessageobject.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** pgmessageobject.h   6 May 2002 06:24:29 -0000       1.10
--- pgmessageobject.h   6 May 2002 11:18:01 -0000       1.11
***************
*** 100,111 ****
  
        /**
-       Translates numeric keypad keys into other keys in dependency of 
NUM_LOCK state.
-        Should be called in eventKeyDown() for proper numeric keypad behaviour.
- 
-       @param key SDL_KeyboardEvent* key to translate
-        */
-       void TranslateNumpadKeys(SDL_KeyboardEvent *key);
- 
-       /**
        Sends an event directly to an object.
  
--- 100,103 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]