Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class MouseEvent(val type: EventType<MouseEvent>, init: MouseEventInit = definedExternally) : UIEvent
The MouseEvent
interface represents events that occur due to the user interacting with a pointing device (such as a mouse).
Link copied to clipboard
Link copied to clipboard
open class WheelEvent(val type: EventType<WheelEvent>, init: WheelEventInit = definedExternally) : MouseEvent
The WheelEvent
interface represents events that occur due to the user moving a mouse wheel or similar input device.
Link copied to clipboard