Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Input_Library v2.00 Component Reference
|
|
[ TDx_Input::CreateDevice() ]
[ next: Destroy() ]
[ prev: Create() ]
public:
virtual bool __fastcall CreateDevice( REFGUID pRefGuid, TDx_InputDevice* pInputDevice );
TDX_INPUT::CREATEDEVICE()
[ component method ]
- Description
- Parameters
RefGuid
The RefGuid parameter defines the GUID of the desired input device.
This GUID may be one retrieved using TDx_Input::EnumDevices() or it may be one of the following :
GUID_SysKeyboard - The default system keyboard.
GUID_SysMouse - The default system mouse.
InputDevice
The InputDevice parameter references TDx_InputDevice component which will contain a newly created IDirectInput7 interface if the method call succeeds.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|