如何全屏显示消息?
嗯..我想做一件事,但我不知道如何搜索信息来做到这一点。
如何通过游戏屏幕发送消息? 例如:在全屏运行的游戏上编写“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要的就是挂钩游戏的 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