From 76d881212186e0e1dfd24e937ee74db29dfcaa0d Mon Sep 17 00:00:00 2001 From: bhgv Date: Sat, 9 Mar 2019 18:43:12 +0300 Subject: now emu-Linux-fb may use resistive touchscreens (/dev/input/event1) as a mouse (only left button yet) --- libmemdraw/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmemdraw') diff --git a/libmemdraw/draw.c b/libmemdraw/draw.c index 640516b..8a6caa0 100644 --- a/libmemdraw/draw.c +++ b/libmemdraw/draw.c @@ -1859,7 +1859,7 @@ boolmemmove(Buffer bdst, Buffer bsrc, Buffer b1, int dx, int i, int o) USED(i); USED(o); USED(b1.grey); -LOGI("%s: %d", __func__, __LINE__); +//LOGI("%s: %d", __func__, __LINE__); memmove(bdst.red, bsrc.red, dx*bdst.delta); return bdst; } -- cgit v1.2.3