







A ButtonMapping object represents a button control that is defined
on a PPJoy joystick Device. A ButtonMapping defines the button's
number (index) and the ButtonDataSource that will provide the ButtonMapping's state values
that it will report to Windows.
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _ Public NotInheritable Class ButtonMapping _ Inherits Mapping |
C# |
---|
[SerializableAttribute] [ClassInterfaceAttribute(ClassInterfaceType.AutoDual)] public sealed class ButtonMapping : Mapping |
Visual C++ |
---|
[SerializableAttribute] [ClassInterfaceAttribute(ClassInterfaceType::AutoDual)] public ref class ButtonMapping sealed : public Mapping |