mirror of https://github.com/axmolengine/axmol.git
commit
681621805d
|
@ -44,6 +44,7 @@ g_guisTests[] =
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
|
#if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS) || (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID) || (CC_TARGET_PLATFORM == CC_PLATFORM_MAC) || (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) || (CC_TARGET_PLATFORM == CC_PLATFORM_TIZEN) || (CC_TARGET_PLATFORM == CC_PLATFORM_WP8)
|
||||||
{
|
{
|
||||||
"EditBox Test",
|
"EditBox Test",
|
||||||
[](Ref* sender)
|
[](Ref* sender)
|
||||||
|
@ -56,6 +57,7 @@ g_guisTests[] =
|
||||||
Director::getInstance()->replaceScene(scene);
|
Director::getInstance()->replaceScene(scene);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
"focus test",
|
"focus test",
|
||||||
[](Ref* sender)
|
[](Ref* sender)
|
||||||
|
|
|
@ -41,7 +41,9 @@ enum
|
||||||
kUIButtonTextOnly,
|
kUIButtonTextOnly,
|
||||||
kUIButtonIgnoreContentSizeTest,
|
kUIButtonIgnoreContentSizeTest,
|
||||||
kUIButtonTitleEffectTest,
|
kUIButtonTitleEffectTest,
|
||||||
|
#if (CC_TARGET_PLATFORM == CC_PLATFORM_IOS) || (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID) || (CC_TARGET_PLATFORM == CC_PLATFORM_MAC) || (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) || (CC_TARGET_PLATFORM == CC_PLATFORM_TIZEN) || (CC_TARGET_PLATFORM == CC_PLATFORM_WP8)
|
||||||
kUIEditBoxTest,
|
kUIEditBoxTest,
|
||||||
|
#endif
|
||||||
kUICheckBoxTest,
|
kUICheckBoxTest,
|
||||||
kUISliderTest,
|
kUISliderTest,
|
||||||
kUISliderTest_Scale9,
|
kUISliderTest_Scale9,
|
||||||
|
|
Loading…
Reference in New Issue