Skip to content

Commit

Permalink
SDL2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
janoc committed Dec 25, 2019
1 parent 490542f commit dc8e0e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2019-12-25 Jan Ciger <jan.ciger (at) gmail.com>
* 0.12
- Support for SDL2 (thanks @Nicky-D)

2019-11-01 Jan Ciger <jan.ciger (at) gmail.com>
* 0.11
- Updated API to match the new libndof library version used by
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ CADMan, all SpaceMice (classic & wireless) except SpaceMouse Pro (non-wireless),

The devices marked as "untested" are expected to work and their VID:PIDs were sent to me by external contributors. I haven't tested them personally because I don't have that hardware, they could work, could be completely broken or anything inbetween. Caveat emptor. However, please do report any working or not working devices from the list above - that's only way to get the problems fixed.

In addition, the library supports every joystick/gamepad device supported by the SDL library.
In addition, the library supports every joystick/gamepad device
supported by the SDL library. SDL2 is supported by passing a flag to
the makefile: `USE_SDL2=1 make`


C A U T I O N !!!
Expand Down
2 changes: 1 addition & 1 deletion ndofdev_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#define NDOFDEF_VERSION_H_

#define NDOFDEV_MAJOR 0
#define NDOFDEV_MINOR 11
#define NDOFDEV_MINOR 12

#endif

0 comments on commit dc8e0e3

Please sign in to comment.