blender/intern
Campbell Barton ad7fab49d4 5 button mouse support from b333rt in IRC with some edits for X11.
Tested in X11 where its fairly confusing.
buttons 4 and 5 are used for the wheel which is well known, but it seems 6 and 7 are used for horizontal scrolling, my mouse assigns the extra 2 buttons to events 8 & 9.

So the X11 events used for buttons called 4&5 in blender are 8&9 in X11.

The mouse buttons can be re-ordered like this once xorg starts (swaps 6,7 with 8,9)
  xmodmap -e "pointer = 1 2 3 4 5 8 9 6 7"

Couldn't test Win32, Apple not supported.
If someone wants to add horizontal scrolling its quite easy.
2009-09-21 05:56:43 +00:00
..
audaspace Sound: 2009-09-20 14:00:00 +00:00
boolop 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
bsp Spring Cleaning 2009-06-21 16:18:38 +00:00
container 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
decimation 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
elbeem white space commit. (2 spaces -> tab). 2009-09-06 01:51:23 +00:00
ghost 5 button mouse support from b333rt in IRC with some edits for X11. 2009-09-21 05:56:43 +00:00
guardedalloc white space commit. (2 spaces -> tab). 2009-09-06 01:51:23 +00:00
iksolver * cleaning up warnings (mostly windows). A collection of other warning fixes too (undefined function, assuming int, etc.) 2009-09-06 13:20:05 +00:00
make 2.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19323:HEAD 2009-04-20 15:06:46 +00:00
memutil == SCons == 2009-09-05 01:58:02 +00:00
moto == SCons == 2009-09-05 01:58:02 +00:00
opennl some fixes for netbsd with cmake 2009-08-14 13:13:36 +00:00
smoke Smoke: 2009-09-14 00:01:08 +00:00
string * cleaning up warnings (mostly windows). A collection of other warning fixes too (undefined function, assuming int, etc.) 2009-09-06 13:20:05 +00:00
CMakeLists.txt white space commit. (2 spaces -> tab). 2009-09-06 01:51:23 +00:00
Makefile 2.5 audio cleanup: 2009-08-10 15:39:11 +00:00
SConscript 2.5 audio cleanup: 2009-08-10 15:39:11 +00:00