1 comments

  • Dragbat4 days ago
    This is awesome!<p>Also, for the mouse emulation, how about keep checking forever whether mouse is down, and fire only mouse-up and mouse-down events (so no constant firing probably), however that would be done, because i&#x27;d guess broadcast messages won&#x27;t work on a pen-based OS but could be wrong.<p>Otherwise <i>maybe</i> you can just dedicate some keys to mouse movement (possibly arrow keys), and one key for click.