DeleteAllDevices Method
From PPJoy
| PPJoy Wrapper Library reference library |
| DeviceManager..::.DeleteAllDevices Method |
| DeviceManager Class See Also |
Deletes all registered PPJoy joystick Devices.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub DeleteAllDevices ( _ removeDirectInput As Boolean, _ removeDriver As Boolean _ ) |
| C# |
|---|
public void DeleteAllDevices( bool removeDirectInput, bool removeDriver ) |
| Visual C++ |
|---|
public: void DeleteAllDevices( bool removeDirectInput, bool removeDriver ) |