Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InputSystemEventSystem

Handles input and sending events to UIElements Panel through use of Unity's Input System package.
Read time 7 minutesLast updated 7 days ago

Definition

[AddComponentMenu("UI Toolkit/Input System Event System (UI Toolkit)")]public class InputSystemEventSystem : MonoBehaviour

Constructors

Constructor

Description

InputSystemEventSystem()Constructor.

Properties

Property

Description

isAppFocusedReturns true if the application has the focus. Events are sent only if this flag is set to true.

Inheritance

Inherited Members

Operators

Operator

Description

operator ==Compares two object references to see if they refer to the same object.
boolDetermines whether the object exists.
operator !=Compares if two objects refer to a different object.