ON THIS PAGE
The pointer object provides information about screen-input devices connected to the player.
Object Creation
To create a point object, first load the brightsign/pointer
module using the Require()
method. Then create an instance of the point class.
var pointerClass = require("@brightsign/pointer"); var pointer = new pointerClass();