Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#
Experimental: this API is experimental and might be changed or removed in the future.

EventInfo

class in UnityEngine.Experimental.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

A class holding information about the event that triggered the display of the contextual 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 contextual 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

ContextualMenu.EventInfoConstructor.

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