convert to steamvr input system & add binding to toggle all overlays

This commit is contained in:
Crispy 2023-04-11 18:03:03 +02:00
parent 4bc69f2e53
commit 41f01e29a6
7 changed files with 186 additions and 42 deletions

View file

@ -1,7 +1,7 @@
build:
CPATH=. g++ -Wall -lX11 -lXrandr -lglfw -lGL openvr/libopenvr_api.so src/*.cpp -o overlay
g++ -Wall -lX11 -lXrandr -lglfw -lGL openvr/libopenvr_api.so src/*.cpp -o overlay
run: build
./overlay