1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +02:00

Readme and known restrictions

This commit is contained in:
martin
2021-03-20 05:44:04 +01:00
parent 9346acaaa0
commit 9766f0e175
3 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1 @@
Keyboard support on MacOS is known to be incomplete.

View File

@ -1,9 +1,9 @@
BrowserWindow
BrowserWindowOSR
# ABOUT
This example uses
TLazarusBrowserWindow
TLazarusBrowserWindowOSR
Examining DOM
TCEFWorkScheduler feeds the CEF messageloop by calling DoMessageLoopWork(). On Mac this is currently the only way to run the CEF messageloop.