コード例 #1
0
ファイル: GHOST_C-api.cpp プロジェクト: floored/blender
int GHOST_confirmQuit(GHOST_WindowHandle windowhandle)
{
	GHOST_ISystem *system = GHOST_ISystem::getSystem();
	return system->confirmQuit((GHOST_IWindow *) windowhandle);
}