如何从Electron应用程序检测桌面空闲时间? [英] How to detect desktop idle time from an Electron app?

查看:93
本文介绍了如何从Electron应用程序检测桌面空闲时间?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要使用我的Electron应用程序来响应用户在一段时间内空闲(操作系统上的任何程序没有鼠标或键盘输入)。

I need my Electron app to respond to the user becoming idle (no mouse or keyboard inputs to any program on the OS) for a certain amount of time.

如何基于这样的空闲时间数据触发函数?

How can I trigger a function based on such idle time data?

推荐答案

您始终可以使用 XScreenServer , GetLastInputInfo Mac上的CGEventSourceSecondsSinceLastEventType

我发表了桌面空闲,您可以查看源代码 https://github.com/bithavoc/node-desktop-idle

I've published desktop-idle using these API's, you can check the source code https://github.com/bithavoc/node-desktop-idle

更新:


Electron 3用户可以使用power monitor API实现相同的目标: https://electronjs.org/docs/api/power-monitor

这篇关于如何从Electron应用程序检测桌面空闲时间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆