...
Object Creation
To create a point pointer object, first load the brightsign/pointer
module using the Require()
method. Then create an instance of the point pointer class.
Code Block | ||
---|---|---|
| ||
var pointerClass = require("@brightsign/pointer"); var pointer = new pointerClass(); |
...