EmulationClientSetEmitTouchEventsForMouseAsync Method |
Version 90.6.50
SetEmitTouchEventsForMouse
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
Syntax public Task<DevToolsMethodResponse> SetEmitTouchEventsForMouseAsync(
bool enabled,
string configuration = null
)
public:
Task<DevToolsMethodResponse^>^ SetEmitTouchEventsForMouseAsync(
bool enabled,
String^ configuration = nullptr
)
Parameters
- enabled
- Type: SystemBoolean
Whether touch emulation based on mouse input should be enabled. - configuration (Optional)
- Type: SystemString
Touch/gesture events configuration. Default: current platform.
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also