taut: editable patterns

This commit is contained in:
minjaesong
2026-06-22 21:06:04 +09:00
parent ed2c7f5056
commit f55cbc348e
6 changed files with 538 additions and 32 deletions

View File

@@ -1123,6 +1123,8 @@ inputwork.repeatCount = 0;
* bits (6, 7) latch in hardware and clear on read, so a one-shot detent fires once.
* Every mouse event carries the currently-held key buffer (same shape as key_down)
* so handlers can detect modifiers like Shift+wheel via `event.includes(<keysym>)`.
*
* Keysymbol depends on the current keyboard layout, while keycodes stay the same.
*/
input.withEvent = function(callback) {