DirectDraw 叠加
有人有 DirectDraw 覆盖的工作示例(代码)吗?就像屏幕上移动的东西一样。我一直试图找到 DirectDraw 叠加用法的示例,但未能找到。
谢谢。
Does anyone have a working example (code) of a DirectDraw overlay? Like something moving on the screen. I have been trying to find an example of DirectDraw overlaying usage and was unable to.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试其中一些:
[编辑] 更多的谷歌搜索表明您可能想要 < a href="https://stackoverflow.com/questions/1421487/directx-9-or-10-overlay">D3D Hook? ..或者您是否尝试过CodePlex 上的 DirectDraw Overlay 库?
Try some of these:
[Edit] A bit more googling suggests you might want D3D Hooking? ..or have your tried the DirectDraw Overlay Library on CodePlex?
http://www.gamedev.net/community/forums/topic。 asp?topic_id=359319
这段代码应该可以工作(当它出来时我尝试了一下,它工作得很好),它有点旧,我不知道它是否真的按照实际的 SDK 思想构建。 (您可能必须使用旧的 SDK)
http://www.gamedev.net/community/forums/topic.asp?topic_id=359319
This code should work (I tried it when it comes out and it worked totally fine), its a little old and I don't know if it actually build with the actual SDK thought. (you maybe have to use an old SDK)