DeleteDevice Method
From PPJoy
| PPJoy Wrapper Library reference library |
| DeviceManager..::.DeleteDevice Method |
| DeviceManager Class See Also |
Deletes a Device from PPJoy.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub DeleteDevice ( _ device As Device, _ removeDirectInput As Boolean, _ removeDriver As Boolean _ ) |
| C# |
|---|
public void DeleteDevice( Device device, bool removeDirectInput, bool removeDriver ) |
| Visual C++ |
|---|
public: void DeleteDevice( Device^ device, bool removeDirectInput, bool removeDriver ) |
Parameters
- device
- Type: PPJoy..::.Device
a Device to delete from PPJoy.