Windows Mobile DirectDraw 支持 BltFast 吗?
我可以在 WindowsMobile 设备上访问 IDirectDrawSurface5 以便访问 BltFast 方法吗?
Can I get access IDirectDrawSurface5 on a WindowsMobile device so that I can access the BltFast method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Windows Mobile 5.0 中都没有
IDirectDrawSurface5
接口(及以上)参考 也没有在 Windows Mobile 6 SDK 的ddraw.h
头文件中,也没有BltFast
方法。所以不,你不能。您可以使用IDirectDrawSurface::Blt<不过,/code>
。
there is no
IDirectDrawSurface5
interface in neither the Windows Mobile 5.0 (and above) reference nor in theddraw.h
header file of the Windows Mobile 6 SDK, nor is there aBltFast
method. so no, you can not. you can useIDirectDrawSurface::Blt
, though.为了在 Windows Mobile 上实现最快的 blit 和直接屏幕访问,我建议使用: PocketHal 或建立在其之上的库:Pocketfrog
For the fastest blits and direct screen access on Windows Mobile, I would recommend using: PocketHal or the library which is built on top of that: Pocketfrog