This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Improved some ioctl handling.
Implemented SDL_MouseIsHaptic and SDL_HapticOpenFromMouse. More code comments.
- Loading branch information
Showing
with
144 additions
and 5 deletions.
- +24 −0 include/SDL_haptic.h
- +32 −1 src/haptic/SDL_haptic.c
- +11 −1 src/haptic/SDL_syshaptic.h
- +7 −0 src/haptic/dummy/SDL_syshaptic.c
- +70 −3 src/haptic/linux/SDL_syshaptic.c