mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add multi-touch support for OSR (issue #1059)
This commit is contained in:
committed by
Marshall Greenblatt
parent
9ba28dd730
commit
5f615a95bc
@@ -44,6 +44,9 @@ class MainContext {
|
||||
// Returns true if windowless (off-screen) rendering will be used.
|
||||
virtual bool UseWindowlessRendering() = 0;
|
||||
|
||||
// Returns true if touch events are enabled.
|
||||
virtual bool TouchEventsEnabled() = 0;
|
||||
|
||||
// Populate |settings| based on command-line arguments.
|
||||
virtual void PopulateSettings(CefSettings* settings) = 0;
|
||||
virtual void PopulateBrowserSettings(CefBrowserSettings* settings) = 0;
|
||||
|
Reference in New Issue
Block a user