Click or drag to resize

InputClientDispatchTouchEventAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Input.InputClient.DispatchTouchEventAsync(System.String,System.Collections.Generic.IList{CefSharp.DevTools.Input.TouchPoint},System.Nullable{System.Int32},System.Nullable{System.Int64})"]

Namespace:  CefSharp.DevTools.Input
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> DispatchTouchEventAsync(
	string type,
	IList<TouchPoint> touchPoints,
	Nullable<int> modifiers = null,
	Nullable<long> timestamp = null
)

Parameters

type
Type: SystemString

[Missing <param name="type"/> documentation for "M:CefSharp.DevTools.Input.InputClient.DispatchTouchEventAsync(System.String,System.Collections.Generic.IList{CefSharp.DevTools.Input.TouchPoint},System.Nullable{System.Int32},System.Nullable{System.Int64})"]

touchPoints
Type: System.Collections.GenericIListTouchPoint

[Missing <param name="touchPoints"/> documentation for "M:CefSharp.DevTools.Input.InputClient.DispatchTouchEventAsync(System.String,System.Collections.Generic.IList{CefSharp.DevTools.Input.TouchPoint},System.Nullable{System.Int32},System.Nullable{System.Int64})"]

modifiers (Optional)
Type: SystemNullableInt32

[Missing <param name="modifiers"/> documentation for "M:CefSharp.DevTools.Input.InputClient.DispatchTouchEventAsync(System.String,System.Collections.Generic.IList{CefSharp.DevTools.Input.TouchPoint},System.Nullable{System.Int32},System.Nullable{System.Int64})"]

timestamp (Optional)
Type: SystemNullableInt64

[Missing <param name="timestamp"/> documentation for "M:CefSharp.DevTools.Input.InputClient.DispatchTouchEventAsync(System.String,System.Collections.Generic.IList{CefSharp.DevTools.Input.TouchPoint},System.Nullable{System.Int32},System.Nullable{System.Int64})"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Input.InputClient.DispatchTouchEventAsync(System.String,System.Collections.Generic.IList{CefSharp.DevTools.Input.TouchPoint},System.Nullable{System.Int32},System.Nullable{System.Int64})"]

See Also