recordLimit : number
The total number of entries that can be recorded into the Pointer objects tracking history.
If the Pointer is tracking one event every 100ms; then a trackLimit of 100 would store the last 10 seconds worth of history.
- Default Value
- 100
- Source code: input/Input.js (Line 155)
Please login to continue.