Click or drag to resize

TouchManagerIsInputLocked Property

Tells if the input from touchscreen is locked.

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 virtual bool IsInputLocked { get; }

Property Value

Type: Boolean
boolean it returns whether or not the touchscreen is locked.
Exceptions
ExceptionCondition
DeviceException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Tells if the input from touchscreen is locked.

[Android Documentation]

See Also