Interface ISkiaGestureListener
public interface ISkiaGestureListener
- Extension Methods
Properties
BlockGesturesBelow
bool BlockGesturesBelow { get; }
Property Value
CanDraw
bool CanDraw { get; }
Property Value
GestureListenerRegistrationTime
DateTime? GestureListenerRegistrationTime { get; set; }
Property Value
InputTransparent
bool InputTransparent { get; }
Property Value
LockFocus
bool LockFocus { get; }
Property Value
Tag
string Tag { get; }
Property Value
Uid
Guid Uid { get; }
Property Value
ZIndex
int ZIndex { get; }
Property Value
Methods
HitIsInside(float, float)
bool HitIsInside(float x, float y)
Parameters
Returns
OnFocusChanged(bool)
This will be called only for views registered at Superview.FocusedChild. The view must return true of false to indicate if it accepts focus.
bool OnFocusChanged(bool focus)
Parameters
focusbool
Returns
OnSkiaGestureEvent(SkiaGesturesParameters, GestureEventProcessingInfo)
Called when a gesture is detected.
ISkiaGestureListener OnSkiaGestureEvent(SkiaGesturesParameters args, GestureEventProcessingInfo apply)
Parameters
argsSkiaGesturesParametersapplyGestureEventProcessingInfo
Returns
- ISkiaGestureListener
WHO CONSUMED if gesture consumed and blocked to be passed, NULL if gesture not locked and could be passed below. If you pass this to subview you must set your own offset parameters, do not pass what you received its for this level use.