CefKeyboardHandler
interface CefKeyboardHandler
Implement this interface to handle events related to keyboard input. The methods of this class will be called on the UI thread.
Inheritors
Types
Link copied to clipboard
class CefKeyEvent
Structure representing keyboard event information.
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
abstract fun onPreKeyEvent(browser: CefBrowser, event: CefKeyboardHandler.CefKeyEvent, is_keyboard_shortcut: BoolRef): Boolean
Called before a keyboard event is sent to the renderer.