Click or drag to resize

InputClientDispatchMouseEventAsync Method

Version 86.0.240

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

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

Parameters

type
Type: SystemString

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

x
Type: SystemInt64

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

y
Type: SystemInt64

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

modifiers (Optional)
Type: SystemNullableInt32

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

timestamp (Optional)
Type: SystemNullableInt64

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

button (Optional)
Type: SystemNullableMouseButton

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

buttons (Optional)
Type: SystemNullableInt32

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

clickCount (Optional)
Type: SystemNullableInt32

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

deltaX (Optional)
Type: SystemNullableInt64

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

deltaY (Optional)
Type: SystemNullableInt64

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

pointerType (Optional)
Type: SystemString

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

Return Value

Type: TaskDevToolsMethodResponse

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

See Also