CefWindowHandler
interface CefWindowHandler
Implement this interface to handle events if window rendering is enabled.
Inheritors
Functions
Link copied to clipboard
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.