summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/EventTouch.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/EventTouch.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/EventTouch.lua22
2 files changed, 0 insertions, 22 deletions
diff --git a/meta/3rd/Cocos4.0 b/meta/3rd/Cocos4.0
new file mode 160000
+Subproject c0b2259e0d367561fd4563ae114b029b4dfe3a8
diff --git a/meta/3rd/Cocos4.0/library/cc/EventTouch.lua b/meta/3rd/Cocos4.0/library/cc/EventTouch.lua
deleted file mode 100644
index 78eb0007..00000000
--- a/meta/3rd/Cocos4.0/library/cc/EventTouch.lua
+++ /dev/null
@@ -1,22 +0,0 @@
----@meta
-
----@class cc.EventTouch :cc.Event
-local EventTouch={ }
-cc.EventTouch=EventTouch
-
-
-
-
----* Get event code.<br>
----* return The code of the event.
----@return int
-function EventTouch:getEventCode () end
----* Set the event code.<br>
----* param eventCode A given EventCode.
----@param eventCode int
----@return self
-function EventTouch:setEventCode (eventCode) end
----* Constructor.<br>
----* js NA
----@return self
-function EventTouch:EventTouch () end \ No newline at end of file