author | František Kučera <franta-hg@frantovo.cz> |
Sat, 03 Apr 2021 17:39:35 +0200 | |
branch | v_0 |
changeset 33 | 0dc4e2942840 |
parent 29 | 361687fe303a |
permissions | -rw-r--r-- |
12 | 1 |
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> |
2 |
<!-- |
|
3 |
n.b. in current version, this is not a stable public API and might change in later versions; |
|
4 |
now it server only as an internal interface between the daemon and the GUI application. |
|
5 |
||
6 |
generate C++ code from this XML: |
|
7 |
d-bus/generate.sh adaptor |
|
8 |
d-bus/generate.sh proxy |
|
9 |
--> |
|
10 |
<node name="/info/globalcode/mouse/cadMousePro"> |
|
11 |
<interface name="info.globalcode.mouse.cadMousePro"> |
|
12 |
||
13 |
<property name="devicePresent" type="b" access="read"/> |
|
14 |
<property name="deviceName" type="s" access="read"/> |
|
15 |
||
16 |
<method name="configure"> |
|
17 |
<arg name="liftOffDetection" type="b" direction="in"/> |
|
18 |
<arg name="smartScrolling" type="b" direction="in"/> |
|
29
361687fe303a
add two new options: 1) remap wheel button 2) remap gesture button
František Kučera <franta-hg@frantovo.cz>
parents:
12
diff
changeset
|
19 |
<arg name="remapWheelPress" type="b" direction="in"/> |
361687fe303a
add two new options: 1) remap wheel button 2) remap gesture button
František Kučera <franta-hg@frantovo.cz>
parents:
12
diff
changeset
|
20 |
<arg name="remapGestureButton" type="b" direction="in"/> |
12 | 21 |
<arg name="frequency" type="i" direction="in"/> |
22 |
</method> |
|
23 |
||
24 |
</interface> |
|
25 |
</node> |