Struct KeyboardEvent

Event related to the keyboard

Namespace: VoltstroStudios.UnityWebBrowser.Shared.Events
Assembly: VoltstroStudios.UnityWebBrowser.Shared.dll
Syntax
public struct KeyboardEvent

Properties

| Edit this page View Source

Chars

The characters that were pressed this frame

Declaration
public char[] Chars { readonly get; set; }
Property Value
TypeDescription
char[]
| Edit this page View Source

KeysDown

The keys that were pressed down this frame

Declaration
public WindowsKey[] KeysDown { readonly get; set; }
Property Value
TypeDescription
WindowsKey[]
| Edit this page View Source

KeysUp

The keys that were released this frame

Declaration
public WindowsKey[] KeysUp { readonly get; set; }
Property Value
TypeDescription
WindowsKey[]