libcef/browser/native/browser_platform_delegate_native_aura.h [40:52]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - content::NativeWebKeyboardEvent TranslateWebKeyEvent( const CefKeyEvent& key_event) const override; blink::WebMouseEvent TranslateWebClickEvent( const CefMouseEvent& mouse_event, CefBrowserHost::MouseButtonType type, bool mouseUp, int clickCount) const override; blink::WebMouseEvent TranslateWebMoveEvent(const CefMouseEvent& mouse_event, bool mouseLeave) const override; blink::WebMouseWheelEvent TranslateWebWheelEvent( const CefMouseEvent& mouse_event, int deltaX, int deltaY) const override; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - libcef/browser/native/browser_platform_delegate_native_mac.h [51:63]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - content::NativeWebKeyboardEvent TranslateWebKeyEvent( const CefKeyEvent& key_event) const override; blink::WebMouseEvent TranslateWebClickEvent( const CefMouseEvent& mouse_event, CefBrowserHost::MouseButtonType type, bool mouseUp, int clickCount) const override; blink::WebMouseEvent TranslateWebMoveEvent(const CefMouseEvent& mouse_event, bool mouseLeave) const override; blink::WebMouseWheelEvent TranslateWebWheelEvent( const CefMouseEvent& mouse_event, int deltaX, int deltaY) const override; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -