1
0
Fork 0

Initial mouse configuration support. This will be ignored unless you

configure --with-new-mouse, and there's not much there yet anyway.
This commit is contained in:
david 2002-03-23 22:30:39 +00:00
parent 27591fed86
commit 061cbf9841
2 changed files with 25 additions and 0 deletions

22
mice.xml Normal file
View file

@ -0,0 +1,22 @@
<?xml version="1.0"?>
<PropertyList>
<mouse>
<button n="0">
<binding>
<command>pui-or-panel-mouse-click</command>
<button>0</button>
<is-down>true</is-down>
</binding>
<mod-up>
<binding>
<command>pui-or-panel-mouse-click</command>
<button>0</button>
<is-down>false</is-down>
</binding>
</mod-up>
</button>
</mouse>
</PropertyList>

View file

@ -169,6 +169,9 @@ Started September 2000 by David Megginson, david@megginson.com
<!-- included externally -->
<joysticks include="joysticks.xml"/>
<!-- included externally -->
<mice include="mice.xml"/>
</input>