~ubuntu-branches/ubuntu/trusty/libgrip/trusty

« back to all changes in this revision

Viewing changes to doc/reference/tmpl/GripGestureEvents.sgml

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Mathieu Trudel-Lapierre, Didier Roche, Automatic PS uploader
  • Date: 2013-02-26 02:02:10 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20130226020210-mi8h1lzrsp6jg9w0
Tags: 0.3.6daily13.02.26-0ubuntu1
[ Mathieu Trudel-Lapierre ]
* debian/control:
  - Update Vcs-Bzr, Vcs-Browser and add a notice to uploaders.
  - Update style: use trailing commas at the end of dependency lists. 
  - Drop Build-Depends on cdbs.
  - Bump Build-Depends on debhelper to (>= 9).
  - Reorganize Build-Depends for clarity.
  - Add a Build-Depends on gnome-common.
  - Add a Build-Depends on dh-autoreconf.
  - Add a Pre-Depends: multiarch-support for libgrip0.
  - Drop the unneeded old Breaks/Replaces lines.
* debian/compat: bump compat level to 9.
* debian/rules:
  - Convert to using the dh9 sequencer.
  - Add and export DPKG_GENSYMBOLS_CHECK_LEVEL.
  - Explicitly remove grip-test binary to avoid dh_install failing the build.
* debian/*.install: update paths for multiarch.
* debian/source/format: migrate back to source format 1.0.

[ Didier Roche ]
* Automatic snapshot from revision 73 (bootstrap)

[ Automatic PS uploader ]
* Automatic snapshot from revision 74

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
Gesture Events
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
 
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
 
10
 
</para>
11
 
 
12
 
 
13
 
<!-- ##### SECTION See_Also ##### -->
14
 
<para>
15
 
 
16
 
</para>
17
 
 
18
 
 
19
 
<!-- ##### SECTION Stability_Level ##### -->
20
 
 
21
 
 
22
 
<!-- ##### SECTION Image ##### -->
23
 
 
24
 
 
25
 
<!-- ##### ENUM GripGestureType ##### -->
26
 
<para>
27
 
 
28
 
</para>
29
 
 
30
 
@GRIP_GESTURE_DRAG: 
31
 
@GRIP_GESTURE_PINCH: 
32
 
@GRIP_GESTURE_ROTATE: 
33
 
@GRIP_GESTURE_TAP: 
34
 
 
35
 
<!-- ##### ENUM GripDeviceType ##### -->
36
 
<para>
37
 
 
38
 
</para>
39
 
 
40
 
@GRIP_DEVICE_TOUCHSCREEN: 
41
 
@GRIP_DEVICE_TOUCHPAD: 
42
 
@GRIP_DEVICE_INDEPENDENT: 
43
 
 
44
 
<!-- ##### MACRO GRIP_DEVICE_ALL ##### -->
45
 
<para>
46
 
 
47
 
</para>
48
 
 
49
 
 
50
 
 
51
 
<!-- ##### ENUM GripTimeType ##### -->
52
 
<para>
53
 
 
54
 
</para>
55
 
 
56
 
@GRIP_TIME_START: 
57
 
@GRIP_TIME_UPDATE: 
58
 
@GRIP_TIME_END: 
59
 
 
60
 
<!-- ##### UNION GripGestureEvent ##### -->
61
 
<para>
62
 
 
63
 
</para>
64
 
 
65
 
 
66
 
<!-- ##### STRUCT GripEventGestureAny ##### -->
67
 
<para>
68
 
 
69
 
</para>
70
 
 
71
 
@type: 
72
 
@window: 
73
 
 
74
 
<!-- ##### STRUCT GripEventGestureDrag ##### -->
75
 
<para>
76
 
 
77
 
</para>
78
 
 
79
 
@type: 
80
 
@id: 
81
 
@window: 
82
 
@root: 
83
 
@child: 
84
 
@timestamp: 
85
 
@fingers: 
86
 
@focus_x: 
87
 
@focus_y: 
88
 
@delta_x: 
89
 
@delta_y: 
90
 
@velocity_x: 
91
 
@velocity_y: 
92
 
@position_x: 
93
 
@position_y: 
94
 
@input_device: 
95
 
 
96
 
<!-- ##### STRUCT GripEventGesturePinch ##### -->
97
 
<para>
98
 
 
99
 
</para>
100
 
 
101
 
@type: 
102
 
@id: 
103
 
@window: 
104
 
@root: 
105
 
@child: 
106
 
@timestamp: 
107
 
@fingers: 
108
 
@focus_x: 
109
 
@focus_y: 
110
 
@radius_delta: 
111
 
@radial_velocity: 
112
 
@radius: 
113
 
@position_x: 
114
 
@position_y: 
115
 
@input_device: 
116
 
 
117
 
<!-- ##### STRUCT GripEventGestureRotate ##### -->
118
 
<para>
119
 
 
120
 
</para>
121
 
 
122
 
@type: 
123
 
@id: 
124
 
@window: 
125
 
@root: 
126
 
@child: 
127
 
@timestamp: 
128
 
@fingers: 
129
 
@focus_x: 
130
 
@focus_y: 
131
 
@angle_delta: 
132
 
@angular_velocity: 
133
 
@angle: 
134
 
@position_x: 
135
 
@position_y: 
136
 
@input_device: 
137
 
 
138
 
<!-- ##### STRUCT GripEventGestureTap ##### -->
139
 
<para>
140
 
 
141
 
</para>
142
 
 
143
 
@type: 
144
 
@id: 
145
 
@window: 
146
 
@root: 
147
 
@child: 
148
 
@timestamp: 
149
 
@fingers: 
150
 
@tap_time: 
151
 
@focus_x: 
152
 
@focus_y: 
153
 
@position_x: 
154
 
@position_y: 
155
 
@input_device: 
156
 
 
157
 
<!-- ##### FUNCTION grip_gesture_event_new ##### -->
158
 
<para>
159
 
 
160
 
</para>
161
 
 
162
 
@gesture_type: 
163
 
@Returns: 
164
 
 
165
 
 
166
 
<!-- ##### FUNCTION grip_gesture_event_free ##### -->
167
 
<para>
168
 
 
169
 
</para>
170
 
 
171
 
@event: 
172
 
 
173
 
 
174
 
<!-- ##### FUNCTION grip_gesture_event_copy ##### -->
175
 
<para>
176
 
 
177
 
</para>
178
 
 
179
 
@event: 
180
 
@Returns: 
181
 
 
182