AITabletProfile Struct Reference
Tablet data is described by an array of (offset, value) pairs.
More...
#include <AITabletData.h>
List of all members.
Public Attributes |
AIReal | offset |
| Tablet data offset, in the range [0..1].
|
AIReal | value |
| Tablet data value, in the range [0..1].
|
Detailed Description
Tablet data is described by an array of (offset, value) pairs.
Both values are in the range [0,1]. Internally the data is stored as an array of small integers such that the offsets have a maximum resolution of 1/100 and the values have a maximum resolution of 1/256.
Member Data Documentation
Tablet data offset, in the range [0..1].
Tablet data value, in the range [0..1].
The documentation for this struct was generated from the following file: