Exemplo n.º 1
0
	//---------------------------------------------------------------------------
	void WorldViewWindow::notifyWindowButtonPressed(MyGUI::Window* _sender, const String& _name)
	{
		if(_name == "close")
		{
			setClosing(true);
			WorldViewWindowManager::getSingleton()._processWindowClosing();
		}
	}
Exemplo n.º 2
0
PerfectHandHook::PerfectHandHook() :
    PerfectHandPreshape()
{
  setClosing(0);
}