国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > C > 正文

Cocos2d-x UI開發(fā)之CCControlSwitch控件類使用實例

2020-01-26 15:19:46
字體:
來源:轉載
供稿:網友

CCControlSwitch是開關按鈕,關于控件使用時的一些配置,請參見文章:UI開發(fā)之控件類-CCControlButton。以下的演示中出現(xiàn)的key和value代表什么意思,知道的人說一聲。

bool HelloWorld::init(){  bool bRet = false;  do  {    CC_BREAK_IF(! CCLayer::init());		//參數就不說了,看一下你的資源文件就明白了		CCControlSwitch * controlSwitch = CCControlSwitch::create(			CCSprite::create("extensions/switch-mask.png"),			CCSprite::create("extensions/switch-on.png"),			CCSprite::create("extensions/switch-off.png"),			CCSprite::create("extensions/switch-thumb.png"),			CCLabelTTF::create("On", "Arial-BoldMT", 16),			CCLabelTTF::create("Off", "Arial-BoldMT", 16));		//設置位置		controlSwitch->setPosition(ccp(240,160));		//這個函數對應初始時,開關的狀態(tài)是開還是關。		controlSwitch->setOn(true);		//這個函數對應開關能否使用。		controlSwitch->setEnabled(true);		//添加事件監(jiān)聽		controlSwitch->addTargetWithActionForControlEvents(this,cccontrol_selector(HelloWorld::valueChanged),			CCControlEventValueChanged);		this->addChild(controlSwitch);    bRet = true;  } while (0);  return bRet;}void HelloWorld::valueChanged(CCObject * pSender,CCControlEvent controlEvent){	CCControlSwitch * controlSwitch = (CCControlSwitch *)pSender;	CCLog("click");}
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 武乡县| 乐至县| 定南县| 镇雄县| 凤庆县| 亚东县| 佳木斯市| 青田县| 永善县| 镇雄县| 马龙县| 大石桥市| 涟水县| 开化县| 祁连县| 胶南市| 界首市| 琼结县| 淮南市| 延边| 商丘市| 临漳县| 颍上县| 仁布县| 体育| 临汾市| 光泽县| 宁化县| 田东县| 海城市| 徐州市| 大兴区| 承德县| 连城县| 黎城县| 鄱阳县| 河北省| 怀来县| 满城县| 凤山市| 怀来县|