WebBrowserInputHandler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
Abstraction layer for getting input
public abstract class WebBrowserInputHandler : UnityEngine.ScriptableObject
- Inheritance
-
WebBrowserInputHandler
- Derived
Constructors
WebBrowserInputHandler() |
Methods
GetCursorPos() |
Get the current cursor position on the screen as a 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 |