|
发表于 2011-4-1 15:36:00
|
显示全部楼层
Re:ogre如何不捕获鼠标
同时加入下面3行:
pl.insert(std::make_pair(std::string("WINDOW"), windowHndStr.str()));
pl.insert(std::make_pair(std::string("w32_mouse"), std::string("DISCL_FOREGROUND")));
pl.insert(std::make_pair(std::string("w32_mouse"), std::string("DISCL_NONEXCLUSIVE")));
|
|