WebBrowserInputHandler Class
Definition
Abstraction layer for getting input
public abstract class WebBrowserInputHandler : UnityEngine.ScriptableObject
- Inheritance
- UnityEngine.ScriptableObjectWebBrowserInputHandler
- Derived
Constructors
WebBrowserInputHandler() |
Methods
DisableIme() | Called when IME is no longer needed |
EnableIme(Vector2) | Called when IME needs to be enabled |
GetCursorPos() | Get the current cursor position on the screen as a UnityEngine.Vector2 |
GetDownKeys() | Get all keys that are down this frame |
GetFrameInputBuffer() | Gets the input buffer for this frame |
GetScroll() | Get the scroll |
GetUpKeys() | Get all keys that are up this frame |
OnStart() | Called when inputs are started |
OnStop() | Called when inputs are stopped |