toggle menu
Fuzio
2026.0.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.ui.event
/
MouseEvent
Mouse
Event
public
interface
MouseEvent
A common interface that all mouse events must extend.
Inheritors
MouseDragged
MouseReleased
MouseExited
MouseWheel
MousePressed
MouseMoved
MouseEntered
Members
Functions
location
Link copied to clipboard
public
abstract
Point
location
(
)
Returns the mouse position relative to the bounds of the browser instance.
location
On
Screen
Link copied to clipboard
public
abstract
Point
locationOnScreen
(
)
Returns the mouse position relative to the bounds of the screen.