diff default.cfg @ 907:b5d35222047e

Mega mouse support is mostly done
author Michael Pavone <pavone@retrodev.com>
date Sat, 28 Nov 2015 21:27:21 -0800
parents 415bb1911bd2
children 20c464dbae8f
line wrap: on
line diff
--- a/default.cfg	Sat Nov 28 20:05:15 2015 -0800
+++ b/default.cfg	Sat Nov 28 21:27:21 2015 -0800
@@ -72,6 +72,28 @@
 			}
 		}
 	}
+	mice {
+		0 {
+			motion mouse.1.motion
+			buttons {
+				1 mouse.1.left
+				2 mouse.1.middle
+				3 mouse.1.right
+				4 mouse.1.start
+			}
+		}
+		#having the second host mouse also mapped to the first emulated
+		#mouse is useful for laptop users with an external mouse
+		1 {
+			motion mouse.1.motion
+			buttons {
+				1 mouse.1.left
+				2 mouse.1.middle
+				3 mouse.1.right
+				4 mouse.1.start
+			}
+		}
+	}
 }
 
 io {