minitouch icon indicating copy to clipboard operation
minitouch copied to clipboard

Minimal multitouch event producer for Android.

Results 30 minitouch issues
Sort by recently updated
recently updated
newest added

I have a LG device, whose model is lm-v350, release version is 8.0, sdk version is 26, build is "judyp_lao_com-userdebug 8.0.0 opr1.170623.032 180921528041d.fgn test-keys". I find that minitouch does not...

Hi, Simo. My NDK version is 15, and APP_PLATFORM has a default value of 14, which is compiled successfully. My android device system version is android 5.1.1, copy minitouch to...

Hi, Simo. I got an error: **Phone & OS:** - Galaxy A7: [SM-A7000](https://www.amazon.com/Samsung-Galaxy-A7000-Factory-Unlocked/dp/B00SCOXYB8?th=1) - Android 6.0.1 **The output of `adb shell getevent -lp`:** ```bash add device 1: /dev/input/event7 name: "magnetic_sensor"...

Hello, when I tried to simulate sliding the phone's screen by capturing the mouse's sliding event and sending coordinates to the minitouch, sometimes the screen would slide back to the...

Hi,Simo Kinnunen!I found when I use minitouch in some advices,if I press slot 0,then I press slot 1,when I up the slot 1,the slot 1 position will be drag to...

I set a log in io_handler like this: static void io_handler(FILE* input, FILE* output, internal_state_t* state) { setvbuf(input, NULL, _IOLBF, 1024); setvbuf(output, NULL, _IOLBF, 1024); // Tell version fprintf(output, "v...

[2017-03-30 16:13:58.783] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] Connecting to minitouch service [2017-03-30 16:13:59.225] INF/device:plugins:touch 29264 [b827eb32b11e_1-1.5.4.2] minitouch says: "Note: device /dev/input/event1 was outscored by /dev/input/event0 (1100 >= 1000)" [2017-03-30 16:13:59.226] INF/device:plugins:touch 29264...

the device is 1280*480,but the output of banner.maxX and banner.maxY in touch/index.js is 480*800. what should I do to map display coordinates to touch coordinates. what should I modify in...

This PR adds support for building minitouch in Travis

minitouch cannot be used on non-rooted Android 14 models and will report a permission error. How can I solve it? The error message is as follows: open: Permission denied Unable...