Fixed a typo which in the magellan wrapper.

git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/libspnav@93 ef983eb1-d774-4af8-acfd-baaf7b16a646
pull/2/head
John Tsiombikas 2009-10-01 11:41:35 +00:00
rodzic def698a612
commit ce511152e3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ OF SUCH DAMAGE.
enum {
MagellanInputMotionEvent = 1,
MagellanInputButtonEvent = 2,
MagellanInputButtonPressEvent = 2,
MagellanInputButtonReleaseEvent = 3
};