C++
virtual bool attachView( HWND hDevice, AcGsView* pGsView ) = 0;
Description
This function attaches the steering wheel to a specified GS view.
Return true if operation is a success.
Parameters
Parameters | Description |
---|---|
hDevice | Input the handle of the host window of GS view |
pGsView | Input the pointer to the GS view |