document recent handlers

akkartik
May 20, 2024, 6:13 AM
WOVVBEQQAJ5FDO75NIFXDX2R4BY4GLIH2BBW2C45MB6KMCSELLZQC

Dependencies

  • [2] N2NUGNN4 include a brief reference enabling many useful apps

Change contents

  • edit in reference.md at line 75
    [2.3431]
    [2.3431]
    * `App.mousemoved(x,y, dx,dy, is_touch)` -- called any time the mouse moves.
    (Based on [LÖVE](https://love2d.org/wiki/love.mousemoved).)
  • edit in reference.md at line 85
    [2.3781]
    [2.3781]
    * `App.mousefocus(in_focus)` -- called when the mouse pointer moves on or off
    the app window.
    (Based on [LÖVE](https://love2d.org/wiki/love.mousefocus).)