Class WebBrowserInputHelper

Helper class for inputs

Inheritance
WebBrowserInputHelper
Namespace: VoltstroStudios.UnityWebBrowser.Input
Assembly: .dll
Syntax
public static class WebBrowserInputHelper

Methods

| Edit this page View Source

UnityKeyCodeToWindowKey(KeyCode)

Converts a KeyCode to WindowsKey

Declaration
public static WindowsKey UnityKeyCodeToWindowKey(this KeyCode key)
Parameters
TypeNameDescription
KeyCodekey
Returns
TypeDescription
WindowsKey