mirror of
https://git.sr.ht/~rabbits/uxn
synced 2024-11-28 00:33:02 +00:00
mouse.c: add newline at eof
This commit is contained in:
parent
2b1e7fe20f
commit
e12e07e457
1 changed files with 1 additions and 1 deletions
|
@ -43,4 +43,4 @@ mouse_scroll(Device *d, Uint16 x, Uint16 y)
|
||||||
uxn_eval(d->u, d->vector);
|
uxn_eval(d->u, d->vector);
|
||||||
poke16(d->dat, 0xa, 0);
|
poke16(d->dat, 0xa, 0);
|
||||||
poke16(d->dat, 0xc, 0);
|
poke16(d->dat, 0xc, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue