Linux 类似于 Windows GetAsyncKeyState()

发布于 2024-12-08 03:26:52 字数 206 浏览 1 评论 0原文

是否有一些 Windows 函数的 Linux 模拟 GetAsyncKeyState() ?或者也许存在一些返回的异步函数 - 键盘缓冲区是否为空?

谢谢。

Is there some Linux analog of windows function GetAsyncKeyState() ? Or maybe there exists some asynchronous function which returns - Does keyboard buffer empty or not ?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゝ杯具 2024-12-15 03:26:52

这里的关键问题是:对于哪个抽象? X windows、ncurses 还是 stdio? Linux 并不像 Windows 那样简单和单一。

对于 stdio(普通的旧 stdin/stdout 文本程序),fgetc_unlocked 可以解决问题。

The key question here is: For which abstraction? X windows, ncurses or stdio? Linux isn't as simple and monolithic as Windows is.

For stdio (plain old stdin/stdout text program) fgetc_unlocked does the trick.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文