refactor(autojs): move inputevent to package core

This commit is contained in:
hyb1996
2017-08-06 14:40:02 +08:00
parent 9174a77676
commit 5ee99b5379
65 changed files with 382 additions and 588 deletions

View File

@@ -15,6 +15,8 @@ module.exports = function(__runtime__, scope){
return __runtime__.isStopped();
}
scope.isShuttingDown = scope.isShopped;
scope.notStopped = function(){
return !isStopped();
}