Click or drag to resize

TouchManagerLockInput Method

Locks or unlocks the input from touchscreen.

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 int LockInput(
	bool lock
)

Parameters

lock
Type: SystemBoolean
- boolean param that specifies whether or not the touchscreen will be locked.

Return Value

Type: Int32
intSuccess in case of success, otherwise a possible error code, matching one of the DeviceException error constants.
Exceptions
ExceptionCondition
DeviceException - in case of error, when exceptions are enabled through the ErrorManager singleton.
Remarks

Locks or unlocks the input from touchscreen.

[Android Documentation]

See Also