Applications use the methods of the Direct3dRMWinDevice Class of the com.ms.directX package to respond to window messages in a window procedure.
public class Direct3dRMWinDevice implements IDirect3dRMWinDevice { // Methods public void handleActivate(int wparam); public void handlePaint(int hdc); }
In addition, the Direct3dRMWinDevice class inherits the following methods from the Direct3dRMObject class:
addDestroyCallback
duplicate
deleteDestroyCallback
getAppData
getClassName
getName
setAppData
setName
The Direct3dRMWinDevice object is obtained by calling the getDevices method or by calling a method such as createDeviceFromD3D.