DropdownMenuEventInfo

class in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

This class provides information about the event that triggered displaying the drop-down menu.

Properties

localMousePositionIf the triggering event was a mouse event, this property is the mouse position. The position is expressed using the coordinate system of the element that received the mouse event. Otherwise this property is zero.
modifiersIf modifier keys (Alt, Control, Shift, Windows/Command) were pressed to trigger the display of the dropdown menu, this property lists the modifier keys.
mousePositionIf the triggering event was a mouse event, this property is the mouse position expressed using the global coordinate system. Otherwise this property is zero.

Constructors

DropdownMenuEventInfoConstructor.

Did you find this page useful? Please give it a rating: