如何全屏显示消息?

发布于 2024-09-13 05:00:49 字数 151 浏览 4 评论 0原文

嗯..我想做一件事,但我不知道如何搜索信息来做到这一点。

如何通过游戏屏幕发送消息? 例如:在全屏运行的游戏上编写“Hello World”。

我了解 C 和 C#,我想要一些如何做到这一点的提示。多么需要学习等等。

谢谢, 我等待回复:)

Well.. I want to do a thing, but I don't know how searching informations to do that.

How can I send a message over the game's screen?
For example: Just writing "Hello World" on a game running in fullscreen.

I know C and C#, I'd like some tips how to do that. What a need to study etc.

Thanks,
I wait a response :)

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

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

发布评论

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

评论(1

一口甜 2024-09-20 05:00:49

您想要的就是挂钩游戏的 DirectX 上下文并将图形放入其中。
这与 Steam 的叠加方式相同。
您可以在这里找到示例:
Direct3D 9、10 和 11 的屏幕捕获和叠加

The thing you want is to hook the DirectX context of the game and put your graphics inside.
It's the same way as Steam does for its overlay.
You can find the example here:
Screen capture and Overlays for Direct3D 9, 10 and 11

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