You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
Improved keyboard and mouse support in FMXExternalPumpBrowser for MacOS
Added X11 error handling functions to FMXExternalPumpBrowser2 demo for Linux. Deleted FMXExternalPumpBrowser demo for Linux. Added uCEFMacOSConstants and uCEFMacOSFunctions units for MacOS. Replaced TThread.Queue for TThread.ForceQueue to avoid executing that method immediately in some cases.
This commit is contained in:
@ -91,7 +91,7 @@ type
|
||||
procedure EnqueueValue(aValue : integer);
|
||||
|
||||
property Ready : boolean read FReady;
|
||||
property OnPulse : TOnPulseEvent read FOnPulse write FOnPulse;
|
||||
property OnPulse : TOnPulseEvent read FOnPulse write FOnPulse;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
Reference in New Issue
Block a user