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.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getRect(browser: CefBrowser): Rectangle
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.