CefKeyboardHandlerAdapter
An abstract adapter class for receiving keyboard events. The methods in this class are empty. This class exists as convenience for creating handler objects.
Functions
Link copied to clipboard
Called after the renderer and JavaScript in the page has had a chance to handle the event.
Link copied to clipboard
open fun onPreKeyEvent(browser: CefBrowser, event: CefKeyboardHandler.CefKeyEvent, is_keyboard_shortcut: BoolRef): Boolean
Called before a keyboard event is sent to the renderer.