1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Update to CEF 112.2.7

This commit is contained in:
salvadordf
2023-04-08 19:00:33 +02:00
parent 23a5de9342
commit 424975e0e1
155 changed files with 16640 additions and 33707 deletions

View File

@@ -185,9 +185,8 @@ procedure CreateGlobalCEFApp;
begin
GlobalCEFApp := TCefApplication.Create;
GlobalCEFApp.WindowlessRenderingEnabled := True;
GlobalCEFApp.EnableHighDPISupport := True;
GlobalCEFApp.TouchEvents := STATE_ENABLED;
//GlobalCEFApp.EnableGPU := True;
GlobalCEFApp.EnableGPU := True;
end;
procedure TForm1.AppEventsMessage(var Msg: tagMSG; var Handled: Boolean);