README.TXT
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

  1. this is a version of d3dex1 that demonstrates how a windowed direct draw
  2. app can/should handle multiple monitors. 
  3. files:
  4.     d3dex2.cpp      - about the same as the original d3dex1
  5.                       look at how this app uses the routines
  6.                       in ddmm.cpp
  7.                       look at how this app handles WM_MOVE to
  8.                       detect when the window moves monitors.
  9.                       look at how it converts from a window
  10.                       client cordinate to a device cordinate
  11.     ddmm.cpp        - generic directdraw multimonitor helper routines.
  12.                       DirectDrawCreateFromDevice
  13.                       DirectDrawCreateFromWindow
  14.                       DirectDrawDeviceFromWindow
  15.     multimon.h      - stub multimon functions that use GetProcAddress
  16.                       used by ddmm.cpp, so it can still run on
  17.                       Win95 or NT4