MyGUI
3.2.1
|
00001 /* 00002 * This source file is part of MyGUI. For the latest info, see http://mygui.info/ 00003 * Distributed under the MIT License 00004 * (See accompanying file COPYING.MIT or copy at http://opensource.org/licenses/MIT) 00005 */ 00006 00007 #include "MyGUI_Precompiled.h" 00008 #include "MyGUI_PopupMenu.h" 00009 00010 namespace MyGUI 00011 { 00012 00013 PopupMenu::PopupMenu() 00014 { 00015 mHideByLostKey = true; 00016 } 00017 00018 } // namespace MyGUI