Table of Contents

Class SKHoverGestureEventArgs

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Provides data for a hover (mouse move without contact) gesture event.

public class SKHoverGestureEventArgs : EventArgs
Inheritance
SKHoverGestureEventArgs
Inherited Members

Remarks

Hover events are raised when a mouse cursor moves over the surface without any buttons pressed (i.e., inContact is false in ProcessTouchMove(long, SKPoint, bool)). This is a mouse-only gesture that has no equivalent on touch devices.

HoverDetected HoverDetected

Constructors

SKHoverGestureEventArgs(SKPoint)

Initializes a new instance of the SKHoverGestureEventArgs class.

Properties

Location

Gets the current position of the mouse cursor in view coordinates.