Show / Hide Table of Contents

Interface IKeyboardEvent

Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public interface IKeyboardEvent

Properties

| Improve this Doc View Source

actionKey

Declaration
bool actionKey { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

altKey

Declaration
bool altKey { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

character

Declaration
char character { get; }
Property Value
Type Description
Char
| Improve this Doc View Source

commandKey

Declaration
bool commandKey { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

ctrlKey

Declaration
bool ctrlKey { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

keyCode

Declaration
KeyCode keyCode { get; }
Property Value
Type Description
KeyCode
| Improve this Doc View Source

modifiers

Declaration
EventModifiers modifiers { get; }
Property Value
Type Description
EventModifiers
| Improve this Doc View Source

shiftKey

Declaration
bool shiftKey { get; }
Property Value
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX