WOVVBEQQAJ5FDO75NIFXDX2R4BY4GLIH2BBW2C45MB6KMCSELLZQC
N2NUGNN4E37TNLC6JZE4H4HKJZPNVBV4VYTLXW57AP5BOU4ZK7LQC
* `App.mousemoved(x,y, dx,dy, is_touch)` -- called any time the mouse moves. (Based on [LÖVE](https://love2d.org/wiki/love.mousemoved).)
* `App.mousemoved(x,y, dx,dy, is_touch)` -- called any time the mouse moves.
(Based on [LÖVE](https://love2d.org/wiki/love.mousemoved).)
* `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).)
* `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).)