[Gcblue-commits] gcb_wx/include/scriptinterface tcSimPythonInterface.h, 1.32, 1.33
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-09-24 19:50:25
|
Update of /cvsroot/gcblue/gcb_wx/include/scriptinterface In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11768/include/scriptinterface Modified Files: tcSimPythonInterface.h Log Message: Upgraded to OSG 1.2. Tried Demeter 4.0 but had to go back. It's not backwards compatible. Added border to 3D view, alt-f to toggle frame counter Fix for passive torpedo bug Index: tcSimPythonInterface.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/scriptinterface/tcSimPythonInterface.h,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** tcSimPythonInterface.h 22 Mar 2006 01:23:29 -0000 1.32 --- tcSimPythonInterface.h 24 Sep 2006 19:50:19 -0000 1.33 *************** *** 141,144 **** --- 141,145 ---- void ProcessCallbackString(const std::string& command, const std::vector<long>& id); void ProcessHotKey(unsigned int key, unsigned int flags); + void ProcessDoubleClickHook(unsigned int flags); void ProcessSecondaryHook(long id); void PushMode(); |