我能否在WindowsMobile设备上获取access IDirectDrawSurface5,以便可以访问BltFast方法?
发布于 2009-12-20 22:45:18
在Windows Mobile6SDK的Windows Mobile 5.0 (and above) reference和ddraw.h头文件中都没有IDirectDrawSurface5接口,也没有BltFast方法。所以不,你不能。不过,您可以使用IDirectDrawSurface::Blt。
发布于 2009-12-20 22:09:33
对于Windows Mobile上速度最快的blits和直接屏幕访问,我建议使用:PocketHal或构建在其上的库: Pocketfrog
https://stackoverflow.com/questions/1935850
复制相似问题