EngineOptionsIsNativeKeyboardInputEnabled Property |
When not applied, the .NET keyboard listeners is used to collect key events, pre-handle them and dispatch to Chromium.
When applied, the OS-specific API is used to collect key events from .NET with subsequent dispatch to Chromium.
Namespace: DotNetBrowser.Engine
public bool IsNativeKeyboardInputEnabled { get; }