Added VMware mouse driver

This commit is contained in:
Alex
2022-11-23 05:00:21 +02:00
parent 3f10fd62b8
commit cac91d5895
8 changed files with 413 additions and 2 deletions

5
Input/Makefile Normal file
View File

@ -0,0 +1,5 @@
build:
make --quiet -C VMwareMouse build
clean:
make -C VMwareMouse clean