







![]() ![]() |
PPJoy Wrapper Library reference library |
DirectionalPovMapping..::.EastDataSource Property |
DirectionalPovMapping Class See Also |
Namespace:
PPJoy
Assembly:
PPJoyWrapper (in PPJoyWrapper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property EastDataSource As DirectionalPovDataSources |
C# |
---|
public DirectionalPovDataSources EastDataSource { get; set; } |
Visual C++ |
---|
public: property DirectionalPovDataSources EastDataSource { DirectionalPovDataSources get (); void set (DirectionalPovDataSources value); } |
Remarks
When this property is set to an Analog-Max DirectionalPovDataSource, then this DirectionalPovMapping will report a value of pressed in the East direction to Windows whenever the Analog DirectionalPovDataSource's value is at its maximum value. Similarily, this DirectionalPovMapping will report a value of centered to Windows whenever the Analog DirectionalPovDataSource's value is at any other value other than its maximum (and no other direction is reporting pressed).
When this property is set to an Analog-Min DirectionalPovDataSource, then this DirectionalPovMapping will report a value of pressed in the East direction to Windows whenever the Analog DirectionalPovDataSource's value is at its minimum. Similarily, this DirectionalPovMapping will report a value of centered to Windows whenever the Analog DirectionalPovDataSource's value is at any other value other than its minimum (and no other direction is reporting pressed).