







|
| PPJoy Wrapper Library reference library |
| ButtonMapping..::.DataSource Property |
| ButtonMapping Class See Also |
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property DataSource As ButtonDataSources |
| C# |
|---|
public ButtonDataSources DataSource { get; set; } |
| Visual C++ |
|---|
public: property ButtonDataSources DataSource { ButtonDataSources get (); void set (ButtonDataSources value); } |
Remarks
When this property is set to an Analog-Max ButtonDataSource, then this ButtonMapping will report a value of pressed to Windows whenever the Analog ButtonDataSource's value is at its maximum value. Similarily, this ButtonMapping will report a value of unpressed to Windows whenever the Analog ButtonDataSource's value is at any other value other than its maximum.
When this property is set to an Analog-Min ButtonDataSource, then this ButtonMapping will report a value of pressed to Windows whenever the Analog ButtonDataSource's value is at its minimum. Similarily, this ButtonMapping will report a value of unpressed to Windows whenever the Analog ButtonDataSource's value is at any other value other than its minimum.
