Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MouseEnterWindowEvent

Event sent when the mouse pointer enters a window. The event bubbles up but does not trickle down.
Read time 2 minutesLast updated 2 days ago

Definition

public class MouseEnterWindowEvent : MouseEventBase<MouseEnterWindowEvent>, IDisposable, IMouseEvent

Constructors

Constructor

Description

MouseEnterWindowEvent()Constructor. Avoid creating new event instances. Instead, use GetPooled() to get an instance from a pool of reusable event instances.

Methods

Method

Description

InitResets the event members to their initial values.

Inheritance