feat: rotate cursor around hotspot

This commit is contained in:
Virt 2024-06-21 16:06:55 +02:00
commit 9a9830034c
9 changed files with 334 additions and 22 deletions

View file

@ -1,5 +1,5 @@
PLUGIN_NAME=dynamic-cursors
SOURCE_FILES=$(wildcard ./src/*.cpp)
SOURCE_FILES=$(wildcard ./src/*.cpp ./src/*/*.cpp)
all: $(PLUGIN_NAME).so