Possible to capture IDE windows state change
已回答
I'd like to track whether the user has minimized or switched away from the IDE (IntelliJ or Android Studio).
Is there an API similar to vscode.window.state.focused for VS Code that allows me to capture this state change?
请先登录再写评论。
Hi, see:
com.intellij.openapi.application.ApplicationActivationListener.