mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-06 15:48:37 +08:00
35 lines
806 B
JavaScript
Executable File
35 lines
806 B
JavaScript
Executable File
// app.js
|
|
App({
|
|
GameGlobal: {
|
|
screencanvas: undefined,
|
|
canvas: undefined,
|
|
System: undefined,
|
|
Image: undefined,
|
|
cc: undefined,
|
|
CocosEngine: undefined,
|
|
ccwindow: undefined,
|
|
fsUtils: undefined,
|
|
document: undefined,
|
|
requestAnimationFrame: undefined,
|
|
cancelAnimationFrame: undefined,
|
|
Image: undefined,
|
|
ImageBitmap: undefined,
|
|
XMLHttpRequest: undefined,
|
|
WebSocket: undefined,
|
|
DOMParser: undefined,
|
|
WebAssembly: undefined,
|
|
WXWebAssembly: undefined,
|
|
_touchStart: undefined,
|
|
_touchMove: undefined,
|
|
_touchEnd: undefined,
|
|
_touchCancel: undefined,
|
|
showInput: false,
|
|
indexThis: undefined,
|
|
_onKeyboardInput: undefined,
|
|
_onKeyboardConfirm: undefined,
|
|
_onKeyboardComplete: undefined,
|
|
},
|
|
onLaunch() {
|
|
},
|
|
})
|