Record TCefKeyboardHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefKeyboardHandler = record

Description

Implement this structure to handle events related to keyboard input. The functions of this structure will be called on the UI thread.

Implemented by ICefKeyboardHandler.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_keyboard_handler_capi.h">CEF source file: /include/capi/cef_keyboard_handler_capi.h (cef_keyboard_handler_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_pre_key_event: function(self: PCefKeyboardHandler; browser: PCefBrowser; const event: PCefKeyEvent; os_event: TCefEventHandle; is_keyboard_shortcut: PInteger): Integer; stdcall;
Public on_key_event: function(self: PCefKeyboardHandler; browser: PCefBrowser; const event: PCefKeyEvent; os_event: TCefEventHandle): Integer; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public on_pre_key_event: function(self: PCefKeyboardHandler; browser: PCefBrowser; const event: PCefKeyEvent; os_event: TCefEventHandle; is_keyboard_shortcut: PInteger): Integer; stdcall;

This item has no description.

Public on_key_event: function(self: PCefKeyboardHandler; browser: PCefBrowser; const event: PCefKeyEvent; os_event: TCefEventHandle): Integer; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.