Uses of Interface
org.loboevolution.events.MouseEvent
-
Uses of MouseEvent in org.loboevolution.events
Modifier and TypeInterfaceDescriptioninterface
A DragEvent represents a drag and drop interaction.interface
The PointerEvent interface represents the state of a DOM event produced by a pointer such as the geometry of the contact point, the device type that generated the event, the amount of pressure that was applied on the contact surface, etc.interface
The WheelEvent interface represents events that occur due to the user moving a mouse wheel or similar input device. -
Uses of MouseEvent in org.loboevolution.html.js.events
Modifier and TypeClassDescriptionclass
class
MouseEventImpl class.class
class
WheelEventImpl class.