CefWindowHandler

Implement this interface to handle events if window rendering is enabled.

Inheritors

Functions

Link copied to clipboard
abstract fun getRect(browser: CefBrowser): Rectangle
Retrieve the view rectangle.
Link copied to clipboard
abstract fun onMouseEvent(browser: CefBrowser, event: Int, screenX: Int, screenY: Int, modifier: Int, button: Int)
Implement this method to handle mouse events on Windows.