Skip to content

Commit ce51115

Browse files
committed
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
1 parent def698a commit ce51115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spnav_magellan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OF SUCH DAMAGE.
3737

3838
enum {
3939
MagellanInputMotionEvent = 1,
40-
MagellanInputButtonEvent = 2,
40+
MagellanInputButtonPressEvent = 2,
4141
MagellanInputButtonReleaseEvent = 3
4242
};
4343

0 commit comments

Comments
 (0)