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
- Type: Class
- Namespace: UnityEngine.UIElements.InputSystem
- Assembly: UnityEngine.UIElementsModule
- Inherits from: MonoBehaviour
[AddComponentMenu("UI Toolkit/Input System Event System (UI Toolkit)")]public class InputSystemEventSystem : MonoBehaviour
Constructors
Constructor | Description |
|---|---|
| InputSystemEventSystem() | Constructor. |
Properties
Property | Description |
|---|---|
| isAppFocused | Returns true if the application has the focus. Events are sent only if this flag is set to true. |
Inheritance
Operators
Operator | Description |
|---|---|
| operator == | Compares two object references to see if they refer to the same object. |
| bool | Determines whether the object exists. |
| operator != | Compares if two objects refer to a different object. |