







JoystickMapScope defines an enumeration of scopes
to which a MappingCollection can be applied.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration JoystickMapScope |
C# |
---|
public enum JoystickMapScope |
Visual C++ |
---|
public enum class JoystickMapScope |
Members
Member name | Description | |
---|---|---|
Interface |
The MappingCollection applies to all
devices on the same LPT number (i.e. all virtual
devices or all physical parallel-port devices on the same
LPT port).
| |
Device |
The MappingCollection applies only to the
specific device it is assigned to. All other
devices will either inherit their mappings
from their interface (parent),
or will have their own mappings assigned to them,
or will use a default set of mappings.
|