comparison 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
comparison
equal deleted inserted replaced
906:8cf57c6558ed 907:b5d35222047e
70 6 gamepads.2.mode 70 6 gamepads.2.mode
71 7 gamepads.2.start 71 7 gamepads.2.start
72 } 72 }
73 } 73 }
74 } 74 }
75 mice {
76 0 {
77 motion mouse.1.motion
78 buttons {
79 1 mouse.1.left
80 2 mouse.1.middle
81 3 mouse.1.right
82 4 mouse.1.start
83 }
84 }
85 #having the second host mouse also mapped to the first emulated
86 #mouse is useful for laptop users with an external mouse
87 1 {
88 motion mouse.1.motion
89 buttons {
90 1 mouse.1.left
91 2 mouse.1.middle
92 3 mouse.1.right
93 4 mouse.1.start
94 }
95 }
96 }
75 } 97 }
76 98
77 io { 99 io {
78 devices { 100 devices {
79 1 gamepad6.1 101 1 gamepad6.1