Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. bool HelloWorld::onTouchBegan(Touch* touch, Event* Event) {
  2.  
  3. CCLOG("onTouchBegan x = %f, y = &f", touch->getLocation().x, touch->getLocation().y);
  4.  
  5. return true;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement