25#ifndef __MULTITOUCHTEST_H__
26#define __MULTITOUCHTEST_H__
28#include "../BaseTest.h"
37 virtual bool init()
override;
39 void onTouchesBegan(
const std::vector<cocos2d::Touch*>& touches, cocos2d::Event *event);
40 void onTouchesMoved(
const std::vector<cocos2d::Touch*>& touches, cocos2d::Event *event);
41 void onTouchesEnded(
const std::vector<cocos2d::Touch*>& touches, cocos2d::Event *event);
42 void onTouchesCancelled(
const std::vector<cocos2d::Touch*>& touches, cocos2d::Event *event);
DEFINE_TEST_SUITE(MultiTouchTests)
void onTouchesMoved(const std::vector< cocos2d::Touch * > &touches, cocos2d::Event *event)
CREATE_FUNC(MultiTouchTest)
void onTouchesCancelled(const std::vector< cocos2d::Touch * > &touches, cocos2d::Event *event)
void onTouchesBegan(const std::vector< cocos2d::Touch * > &touches, cocos2d::Event *event)
void onTouchesEnded(const std::vector< cocos2d::Touch * > &touches, cocos2d::Event *event)
virtual bool init() override