STSeriesDeviceRunMode Enumeration | |
The available run mode options
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax Public Enumeration RunMode
public enum class RunMode
Members
| Member name | Value | Description |
---|
| DigitizerOff | 0 |
The digitizer doesn't accept any type of input.
|
| Touch | 1 |
The digitizer allows touch input only
|
| Pen | 2 |
The digitizer allows pen input only
|
| PenAndTouch | 4 |
run pen and touch mode
|
| SingleLiftoffTouch | 9 |
tells you when it touches and when it lifts off, but nothing in between
|
See Also