All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.example.example.js Maven / Gradle / Ivy

The newest version!
require('../mouse-listen')(function(buttons, x, y, mods) {
  document.body.innerHTML =
    '

Buttons: 0b' + buttons.toString(2) + ', x:' + x + ', y:' + y + ', mods:' + JSON.stringify(mods) + '

' })




© 2015 - 2024 Weber Informatics LLC | Privacy Policy