Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

Window.cpp

Go to the documentation of this file.
00001 //#pragma warning( disable : 4786 )
00002 
00003 #include "OglGui/Window.h"
00004 
00005 namespace OglGui
00006 {
00007 
00008 std::string Window::mClipboardString = "";
00009 
00010 KeyListener*        Window::sGlobalKeyListener = 0;
00011 bool                Window::sGlobalKeyListeningDisabled = false;
00012 
00013 } // namespace OglGui

Generated on Fri Mar 19 09:31:40 2010 for ImpalaSrc by  doxygen 1.5.1