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:
parent
27591fed86
commit
061cbf9841
2 changed files with 25 additions and 0 deletions
22
mice.xml
Normal file
22
mice.xml
Normal 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>
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue