refactor(autojs): move inputevent to package core
This commit is contained in:
@@ -15,6 +15,8 @@ module.exports = function(__runtime__, scope){
|
||||
return __runtime__.isStopped();
|
||||
}
|
||||
|
||||
scope.isShuttingDown = scope.isShopped;
|
||||
|
||||
scope.notStopped = function(){
|
||||
return !isStopped();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user