Handle deadzone, return event type on read_event

This commit is contained in:
2018-05-23 14:42:09 +02:00
parent 1a2e82040d
commit 1902bdaf7a
4 changed files with 45 additions and 16 deletions

View File

@ -2,8 +2,8 @@ TARGET = spnav
TARGET_LIB = libspnavhdi.so # target lib
CC = gcc
CFLAGS = -Wall -Wextra -fPIC -pedantic -O2 # C flags for building library
#CFLAGS = -Wall -Wextra -pedantic -g # C flags for developpement
#CFLAGS = -Wall -Wextra -fPIC -pedantic -O2 # C flags for building library
CFLAGS = -Wall -Wextra -pedantic -g # C flags for developpement
LDFLAGS = -Wall -Wextra -O2