Click or drag to resize

InputClientEmulateTouchFromMouseEventAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Input.InputClient.EmulateTouchFromMouseEventAsync(System.String,System.Int32,System.Int32,CefSharp.DevTools.Input.MouseButton,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Namespace:  CefSharp.DevTools.Input
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> EmulateTouchFromMouseEventAsync(
	string type,
	int x,
	int y,
	MouseButton button,
	Nullable<long> timestamp = null,
	Nullable<long> deltaX = null,
	Nullable<long> deltaY = null,
	Nullable<int> modifiers = null,
	Nullable<int> clickCount = null
)

Parameters

type
Type: SystemString

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

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:CefSharp.DevTools.Input.InputClient.EmulateTouchFromMouseEventAsync(System.String,System.Int32,System.Int32,CefSharp.DevTools.Input.MouseButton,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:CefSharp.DevTools.Input.InputClient.EmulateTouchFromMouseEventAsync(System.String,System.Int32,System.Int32,CefSharp.DevTools.Input.MouseButton,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

button
Type: CefSharp.DevTools.InputMouseButton

[Missing <param name="button"/> documentation for "M:CefSharp.DevTools.Input.InputClient.EmulateTouchFromMouseEventAsync(System.String,System.Int32,System.Int32,CefSharp.DevTools.Input.MouseButton,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

timestamp (Optional)
Type: SystemNullableInt64

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

deltaX (Optional)
Type: SystemNullableInt64

[Missing <param name="deltaX"/> documentation for "M:CefSharp.DevTools.Input.InputClient.EmulateTouchFromMouseEventAsync(System.String,System.Int32,System.Int32,CefSharp.DevTools.Input.MouseButton,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

deltaY (Optional)
Type: SystemNullableInt64

[Missing <param name="deltaY"/> documentation for "M:CefSharp.DevTools.Input.InputClient.EmulateTouchFromMouseEventAsync(System.String,System.Int32,System.Int32,CefSharp.DevTools.Input.MouseButton,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

modifiers (Optional)
Type: SystemNullableInt32

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

clickCount (Optional)
Type: SystemNullableInt32

[Missing <param name="clickCount"/> documentation for "M:CefSharp.DevTools.Input.InputClient.EmulateTouchFromMouseEventAsync(System.String,System.Int32,System.Int32,CefSharp.DevTools.Input.MouseButton,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Input.InputClient.EmulateTouchFromMouseEventAsync(System.String,System.Int32,System.Int32,CefSharp.DevTools.Input.MouseButton,System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int64},System.Nullable{System.Int32},System.Nullable{System.Int32})"]

See Also