summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/EventController.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/library/cc/EventController.lua')
m---------meta/3rd/Cocos4.00
-rw-r--r--meta/3rd/Cocos4.0/library/cc/EventController.lua40
2 files changed, 0 insertions, 40 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/EventController.lua b/meta/3rd/Cocos4.0/library/cc/EventController.lua
deleted file mode 100644
index 3ce0a942..00000000
--- a/meta/3rd/Cocos4.0/library/cc/EventController.lua
+++ /dev/null
@@ -1,40 +0,0 @@
----@meta
-
----@class cc.EventController :cc.Event
-local EventController={ }
-cc.EventController=EventController
-
-
-
-
----* Gets the event type of the controller.<br>
----* return The event type of the controller.
----@return int
-function EventController:getControllerEventType () end
----* Sets the connect status.<br>
----* param True if it's connected.
----@param isConnected boolean
----@return self
-function EventController:setConnectStatus (isConnected) end
----* Gets the connect status.<br>
----* return True if it's connected.
----@return boolean
-function EventController:isConnected () end
----*
----@param keyCode int
----@return self
-function EventController:setKeyCode (keyCode) end
----*
----@return cc.Controller
-function EventController:getController () end
----* Gets the key code of the controller.<br>
----* return The key code of the controller.
----@return int
-function EventController:getKeyCode () end
----@overload fun(int:int,cc.Controller:cc.Controller,int2:boolean):self
----@overload fun(int:int,cc.Controller:cc.Controller,int:int):self
----@param type int
----@param controller cc.Controller
----@param keyCode int
----@return self
-function EventController:EventController (type,controller,keyCode) end \ No newline at end of file