STSignaturePointInputDeviceStatus Enumeration | |
indicates the current state of the pen tip status
Namespace: Scriptel.STSeriesAssembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax [FlagsAttribute]
public enum InputDeviceStatus
<FlagsAttribute>
Public Enumeration InputDeviceStatus
[FlagsAttribute]
public enum class InputDeviceStatus
[<FlagsAttribute>]
type InputDeviceStatus
Members
| Member name | Value | Description |
---|
| PenTipSwitchFingerUp | 0 |
pen tip is not pressed, presumably not touching the screen
|
| PenTipSwitchFingerDown | 1 |
pen tip is pressed, presumably it is touching the screen
|
See Also