You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Just a note that for the touch event:

    Bangle.on('touch', function(button, xy) { ... });
    

    You can fake it with:

    Bangle.emit('touch', button, xy);
    
About

Avatar for Gordon @Gordon started