Original Post
DirectX has many structures and functions; remembering all of them can be difficult.
When writing code in the Visual C++ source editor, you can have the members of a class automatically listed as you access members of a class.
I think this feature is pretty cool, and would just like to point out, that in order to have the shortcut work for DX, you need to include the header files to your project.
For example, if you want the following code to generate useful shortcuts:
You would need to add the file "d3d8types.h" to your project.
D3DPRESENT_PARAMETERS d3dpp; d3dp.SwapEffect; |