paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/include pglog.h,1.3,1.3.6.1


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pglog.h,1.3,1.3.6.1
Date: Thu, 11 Jul 2002 04:25:59 -0400

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

Modified Files:
      Tag: devel-1-0
        pglog.h 
Log Message:
added GetConsoleKey() / SetConsoleKey to the PG_LogConsole namespace



Index: pglog.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pglog.h,v
retrieving revision 1.3
retrieving revision 1.3.6.1
diff -C2 -r1.3 -r1.3.6.1
*** pglog.h     15 Apr 2002 13:35:35 -0000      1.3
--- pglog.h     11 Jul 2002 08:25:57 -0000      1.3.6.1
***************
*** 81,84 ****
--- 81,86 ----
        DECLSPEC void SetMethod(int method);
        DECLSPEC int GetMethod();
+       DECLSPEC void SetConsoleKey(SDLKey key);
+       DECLSPEC SDLKey GetConsoleKey();
  };
  
***************
*** 98,103 ****
  }
  #endif
- 
- #define PG_LOGCONSOLE_KEY     SDLK_F12
  
  #endif // PGLOG_H
--- 100,103 ----




reply via email to

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