Class StylusProvider
- Namespace
- KmaxXR
- Assembly
- Kmax.XR.dll
public abstract class StylusProvider : ScriptableObject, IStylusButtonProvider
- Inheritance
-
StylusProvider
- Implements
-
- Derived
-
Constructors
StylusProvider()
protected StylusProvider()
Fields
public const string MenuPrefix = "Kmax/Stylus/"
Field Value
- string
Methods
Close()
public virtual void Close()
GetKey(StylusKey)
public virtual bool GetKey(StylusKey key)
Parameters
key
StylusKey
Returns
- bool
GetKeyDown(StylusKey)
public virtual bool GetKeyDown(StylusKey key)
Parameters
key
StylusKey
Returns
- bool
GetKeyUp(StylusKey)
public virtual bool GetKeyUp(StylusKey key)
Parameters
key
StylusKey
Returns
- bool
Open()
public virtual void Open()
Process()
public virtual void Process()