Click or drag to resize

IInputListener Interface

This interface describes a class capable of receiving input events from a ScripTouch device.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public interface IInputListener

The IInputListener type exposes the following members.

Methods
  NameDescription
Public methodReceiveADCChannelValues
Receives an ADC channel value reading.
Public methodReceiveADCScanValues
Receives an ADC scan value reading.
Public methodReceiveButtonEvent
Receives a button event.
Public methodReceiveCoordinateEvent
Receives either a coordinate or an extended coordinate from the device.
Public methodReceiveDebugCoordinateEvent
Receives a debug coordinate.
Public methodReceiveMagneticStripEvent
Receives a magnetic card swipe event.
Top
See Also