Is there any way tp convert point from String like CGPointFromString?

HI,
Please tell me workaround for CGPointFromString in cocos2d-x…
Thanks in advance

float x = atof (c_stringForX);

There is CCPointFromString() in CCNS.h.

1 Like