- 浏览: 28074 次
- 性别:
- 来自: 广州
最新评论
-
showrock:
找遍全网就你这个能用,多谢了,大佬!
inno setup win7任务栏图标
文章列表
void xx()
{
using namespace CEGUI;
CEGUI::Window * window = CEGUI::System::getSingleton().getGUISheet()->getActiveChild();
const CEGUI::String& type = window->getType();
CEGUI::MultiLineEditbox * mleb = 0;
CEGUI::Editbox * eb = 0;
if (type == "TaharezLook/MultiLineEditbox" ¦ ...
cegui中文显示问题
- 博客分类:
- c++相关
//----------------------------------------------------------------------------//
void FreeTypeFont::rasterise(utf32 start_codepoint, utf32 end_codepoint) const
{
CodepointMap::const_iterator s = d_cp_map.lower_bound(start_codepoint);
if (s == d_cp_map.end())
return;
CodepointMap: ...
cocos2dx 2d手机游戏引擎
http://www.cocos2d-x.org/
前面一段时间关注了用firebreath开发插件,但是感觉用起来不是那么得心应手,还是回到NPAPI开发插件上来。
本文根据NPAPI开发详解,Windows版进行开发,其中以VS2008为例进行开发,在VS2010中基本上是相同的。
必须的plugin sdk,将其 ...