Search code examples
androidviewuialertviewalertcocos2d-x

Alert View Equivalent in Cocos2d-x


I've looked all over the web but can't seem to find anything. I've tried CCMessageBox, but that doesn't provide any buttons. Will I just have to make my own?


Solution

  • To develop a game I am using cocos2d-x and I think there is no build-in alert view right now. You have to do it yourself.