CoreWebView2PointerInfo Class

Definition

This mostly represents a combined win32 POINTER_INFO, POINTER_TOUCH_INFO, and POINTER_PEN_INFO object.

public class CoreWebView2PointerInfo
type CoreWebView2PointerInfo = class
Public Class CoreWebView2PointerInfo
Inheritance
CoreWebView2PointerInfo

Properties

ButtonChangeKind

Gets or sets the ButtonChangeKind of the pointer event.

DisplayRect

Gets or sets the DisplayRect of the sourceDevice property of the POINTER_INFO struct as defined in the Windows SDK (winuser.h).

FrameId

Gets or sets the FrameID of the pointer event.

HimetricLocation

Gets or sets the HimetricLocation of the pointer event.

HimetricLocationRaw

Gets or sets the HimetricLocationRaw of the pointer event.

HistoryCount

Gets or sets the HistoryCount of the pointer event.

InputData

Gets or sets the InputData of the pointer event.

KeyStates

Gets or sets the KeyStates of the pointer event.

PenFlags

Gets or sets the PenFlags of the pointer event.

PenMask

Gets or sets the PenMask of the pointer event.

PenPressure

Gets or sets the PenPressure of the pointer event.

PenRotation

Gets or sets the PenRotation of the pointer event.

PenTiltX

Gets or sets the PenTiltX of the pointer event.

PenTiltY

Gets or sets the PenTiltY of the pointer event.

PerformanceCount

Gets or sets the PerformanceCount of the pointer event.

PixelLocation

Gets or sets the PixelLocation of the pointer event.

PixelLocationRaw

Gets or sets the PixelLocationRaw of the pointer event.

PointerDeviceRect

Gets or sets the PointerDeviceRect of the sourceDevice property of the POINTER_INFO struct as defined in the Windows SDK (winuser.h).

PointerFlags

Gets or sets the PointerFlags of the pointer event.

PointerId

Gets or sets the PointerId of the pointer event.

PointerKind

Gets or sets the PointerKind of the pointer event.

Time

Gets or sets the Time of the pointer event.

TouchContact

Gets or sets the TouchContact of the pointer event.

TouchContactRaw

Gets or sets the TouchContactRaw of the pointer event.

TouchFlags

Gets or sets the TouchFlags of the pointer event.

TouchMask

Gets or sets the TouchMask of the pointer event.

TouchOrientation

Gets or sets the TouchOrientation of the pointer event.

TouchPressure

Gets or sets the TouchPressure of the pointer event.

Applies to