optimize memory and image size. remove unnecessary language file
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
module.exports = function(__runtime__, scope){
|
||||
|
||||
scope.SetScreenMetrics = function(w, h){
|
||||
__runtime__.getRootShell().SetScreenMetrics(x, y);
|
||||
__runtime__.getRootShell().SetScreenMetrics(w, h);
|
||||
}
|
||||
|
||||
scope.Tap = function(x, y){
|
||||
|
||||
Reference in New Issue
Block a user