File: com.cutefish.Mouse.xml

package info (click to toggle)
cutefish-core 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,076 kB
  • sloc: cpp: 11,327; xml: 443; sh: 29; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 821 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>