mirror of https://github.com/cutefishos/core
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
821 B
XML
17 lines
821 B
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="com.cutefish.Mouse">
|
|
<method name="setLeftHanded"><arg name="value" type="b" direction="in"/></method>
|
|
<property name="leftHanded" type="b" access="read"/>
|
|
<signal name="leftHandedChanged"></signal>
|
|
|
|
<method name="setPointerAcceleration"><arg name="value" type="d" direction="in"/></method>
|
|
<property name="pointerAcceleration" type="d" access="read"/>
|
|
<signal name="pointerAccelerationChanged"></signal>
|
|
|
|
<method name="setNaturalScroll"><arg name="value" type="b" direction="in"/></method>
|
|
<property name="naturalScroll" type="b" access="read"/>
|
|
<signal name="naturalScrollChanged"></signal>
|
|
</interface>
|
|
</node>
|