Class: InkInputProvider
InkInput.InkInputProvider(type, propsopt)
Represent ink input provider
Constructor
new InkInputProvider(type, propsopt)
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
type | InkInput.InkInputProvider.Type | Pointer type | ||
props | Properties | <optional> | Ink provider properties, like PenID for example if available |
Extends
Type Definitions
Type
Enumeration of the input provider type
Properties:
Name | Type | Description |
---|---|---|
PEN | object | Input provider is Pen / Stylus |
TOUCH | object | Input provider is touch |
MOUSE | object | Input provider is mouse |
CONTROLLER | object | Input provider is VR controller |