Click or drag to resize

TouchManager Class

Inheritance Hierarchy
Object
  Com.Datalogic.Device.InputTouchManager

Namespace:  Com.Datalogic.Device.Input
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TouchManager : Object

The TouchManager type exposes the following members.

Constructors
  NameDescription
Public methodTouchManager
Initializes a new instance of the TouchManager class
Top
Properties
  NameDescription
Public propertyIsInputLocked
Tells if the input from touchscreen is locked.
Public propertyJniPeerMembers
To be added.
Top
Methods
  NameDescription
Public methodLockInput
Locks or unlocks the input from touchscreen.
Top
Remarks
This class provides access to touch panel related methods of the device.

[Android Documentation]

See Also