Focus Gesture Listener
Defined in namespace Scandit.DataCapture.Core.UI.Gesture
- IFocusGestureListener
interface IFocusGestureListenerAdded in version 6.7.0
Listener for observing the focus gesture. This listener is typically used when you want to react to focus gestures being triggered to update UI elements or similar.
- OnFocusGesture()
voidOnFocusGesture(IFocusGesture focusGesture, PointWithUnit point)Added in version 6.7.0
Triggers a focus as if the gesture was executed.