MCPcopy Create free account
hub / github.com/9miao/CrossApp / getTouchesFuncName

Function getTouchesFuncName

scripting/javascript/bindings/ScriptingCore.cpp:109–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109static void getTouchesFuncName(int eventType, std::string &funcName) {
110// switch(eventType) {
111// case CCTOUCHBEGAN:
112// funcName = "onTouchesBegan";
113// break;
114// case CCTOUCHENDED:
115// funcName = "onTouchesEnded";
116// break;
117// case CCTOUCHMOVED:
118// funcName = "onTouchesMoved";
119// break;
120// case CCTOUCHCANCELLED:
121// funcName = "onTouchesCancelled";
122// break;
123// }
124
125}
126//
127static void getTouchFuncName(int eventType, std::string &funcName) {
128// switch(eventType) {

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected