CefWindowHandlerAdapter
An abstract adapter class for receiving windowed render events. The methods in this class are empty. This class exists as convenience for creating handler objects.
Functions
Link copied to clipboard
Retrieve the view rectangle.
Link copied to clipboard
open fun onMouseEvent(browser: CefBrowser, event: Int, screenX: Int, screenY: Int, modifier: Int, button: Int)
Implement this method to handle mouse events on Windows.