mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-14 06:51:08 +00:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
|
Object.assign(cc.screen, {
|
||
|
autoFullScreen: function (element, onFullScreenChange) {
|
||
|
// Not support on mini game
|
||
|
}
|
||
|
});
|