1.1.3 • Published 4 months ago
arole v1.1.3
Arole
Control input events in Node.js. Mouse, touch events and keyboard are now at your disposal! Thanks to Node.js addons, with three handy classes you can simulate the events you need with ease.
!IMPORTANT Currently available for Windows only.
Installation
npm install arole
Usage
const { Mouse, Touch, Keyboard } = require('arole');
Check this to clearly understand the functionality.