virtual_touchscreen icon indicating copy to clipboard operation
virtual_touchscreen copied to clipboard

Simple evdev linux device driver and GUI program to simulate multitouch touchscreen

Results 4 virtual_touchscreen issues
Sort by recently updated
recently updated
newest added

Hi, So I cloned the repo and tried to follow your instructions. I run "make" on the repo, run insmod on the .ko file, and saw the virtual touchscreen is...

Hello, I just have tried to install the virtual_touchscreen on a raspberry (raspbian), but I'm stumbling still on the first step "make". (I already have done apt-get update, and I...

Hello, i am trying to install ``` insmod virtual_touchscreen.ko insmod: ERROR: could not insert module virtual_touchscreen.ko: Key was rejected by service ``` do you know a workaround ? thanks

When I try to run `make` command, I get an error: > ... virtual_touchscreen/virtual_touchscreen.c: In function ‘virt_ts_init’: ./include/linux/init.h:184:22: error: passing argument 1 of ‘class_create’ from incompatible pointer type [-Werror=incompatible-pointer-types] 184...