public interface MouseEntered extends MouseEvent
| Modifier and Type | Interface and Description |
|---|---|
static class |
MouseEntered.Builder
A builder of
MouseEntered. |
| Modifier and Type | Method and Description |
|---|---|
default Point |
location()
Returns the mouse position relative to the bounds of the browser instance.
|
default Point |
locationOnScreen()
Returns the mouse position relative to the bounds of the screen.
|
static MouseEntered.Builder |
newBuilder(Point location)
Creates a new
MouseEntered builder with the given required parameters. |
static MouseEntered.Builder newBuilder(Point location)
MouseEntered builder with the given required parameters.location - the mouse position relative to the bounds of the browser instanceMouseEntered.Builder instancedefault Point location()
MouseEventlocation in interface MouseEventdefault Point locationOnScreen()
MouseEventlocationOnScreen in interface MouseEvent