Hey guys, wuddup?
This is my first time posting in this section. I've gotten quite serious with my C++ towards Game Programming.
Anyway, I've been having a problem with some code using cocos2d-x, but I'm sure anyone with a grasp of C++ could assist me here.
My objective is simple. I want to pass accelerometer values to a text label. For debug purpose you could say.
I have a function for obtaining the values. Something like:
Void onAcceleration (cocos2d::Acceleration* acc, Event*...
Need Help with the C++
This is my first time posting in this section. I've gotten quite serious with my C++ towards Game Programming.
Anyway, I've been having a problem with some code using cocos2d-x, but I'm sure anyone with a grasp of C++ could assist me here.
My objective is simple. I want to pass accelerometer values to a text label. For debug purpose you could say.
I have a function for obtaining the values. Something like:
Void onAcceleration (cocos2d::Acceleration* acc, Event*...
Need Help with the C++