Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1107 chris 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!-- NewPage -->
3
<html lang="en">
4
<head>
5
<!-- Generated by javadoc (version 1.7.0_17) on Sun Nov 03 15:35:46 CET 2013 -->
6
<title>com.badlogic.gdx.input (libgdx API)</title>
7
<meta name="date" content="2013-11-03">
8
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9
</head>
10
<body>
11
<script type="text/javascript"><!--
12
    if (location.href.indexOf('is-external=true') == -1) {
13
        parent.document.title="com.badlogic.gdx.input (libgdx API)";
14
    }
15
//-->
16
</script>
17
<noscript>
18
<div>JavaScript is disabled on your browser.</div>
19
</noscript>
20
<!-- ========= START OF TOP NAVBAR ======= -->
21
<div class="topNav"><a name="navbar_top">
22
<!--   -->
23
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24
<!--   -->
25
</a>
26
<ul class="navList" title="Navigation">
27
<li><a href="../../../../overview-summary.html">Overview</a></li>
28
<li class="navBarCell1Rev">Package</li>
29
<li>Class</li>
30
<li><a href="package-use.html">Use</a></li>
31
<li><a href="package-tree.html">Tree</a></li>
32
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33
<li><a href="../../../../index-all.html">Index</a></li>
34
<li><a href="../../../../help-doc.html">Help</a></li>
35
</ul>
36
<div class="aboutLanguage"><em>
37
                                libgdx API
38
                                <style>
39
                                body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt }
40
                                pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif }
41
                                h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%;  font-weight:bold }
42
                                .TableHeadingColor { background:#EEEEFF; }
43
                                a { text-decoration:none }
44
                                a:hover { text-decoration:underline }
45
                                a:link, a:visited { color:blue }
46
                                table { border:0px }
47
                                .TableRowColor td:first-child { border-left:1px solid black }
48
                                .TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black }
49
                                hr { border:0px; border-bottom:1px solid #333366; }
50
                                </style>
51
                        </em></div>
52
</div>
53
<div class="subNav">
54
<ul class="navList">
55
<li><a href="../../../../com/badlogic/gdx/graphics/glutils/package-summary.html">Prev Package</a></li>
56
<li><a href="../../../../com/badlogic/gdx/maps/package-summary.html">Next Package</a></li>
57
</ul>
58
<ul class="navList">
59
<li><a href="../../../../index.html?com/badlogic/gdx/input/package-summary.html" target="_top">Frames</a></li>
60
<li><a href="package-summary.html" target="_top">No Frames</a></li>
61
</ul>
62
<ul class="navList" id="allclasses_navbar_top">
63
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
64
</ul>
65
<div>
66
<script type="text/javascript"><!--
67
  allClassesLink = document.getElementById("allclasses_navbar_top");
68
  if(window==top) {
69
    allClassesLink.style.display = "block";
70
  }
71
  else {
72
    allClassesLink.style.display = "none";
73
  }
74
  //-->
75
</script>
76
</div>
77
<a name="skip-navbar_top">
78
<!--   -->
79
</a></div>
80
<!-- ========= END OF TOP NAVBAR ========= -->
81
<div class="header">
82
<h1 title="Package" class="title">Package&nbsp;com.badlogic.gdx.input</h1>
83
</div>
84
<div class="contentContainer">
85
<ul class="blockList">
86
<li class="blockList">
87
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
88
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
89
<tr>
90
<th class="colFirst" scope="col">Interface</th>
91
<th class="colLast" scope="col">Description</th>
92
</tr>
93
<tbody>
94
<tr class="altColor">
95
<td class="colFirst"><a href="../../../../com/badlogic/gdx/input/GestureDetector.GestureListener.html" title="interface in com.badlogic.gdx.input">GestureDetector.GestureListener</a></td>
96
<td class="colLast">
97
<div class="block">Register an instance of this class with a <a href="../../../../com/badlogic/gdx/input/GestureDetector.html" title="class in com.badlogic.gdx.input"><code>GestureDetector</code></a> to receive gestures such as taps, long presses, flings,
98
 panning or pinch zooming.</div>
99
</td>
100
</tr>
101
<tr class="rowColor">
102
<td class="colFirst"><a href="../../../../com/badlogic/gdx/input/RemoteInput.RemoteInputListener.html" title="interface in com.badlogic.gdx.input">RemoteInput.RemoteInputListener</a></td>
103
<td class="colLast">&nbsp;</td>
104
</tr>
105
</tbody>
106
</table>
107
</li>
108
<li class="blockList">
109
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
110
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
111
<tr>
112
<th class="colFirst" scope="col">Class</th>
113
<th class="colLast" scope="col">Description</th>
114
</tr>
115
<tbody>
116
<tr class="altColor">
117
<td class="colFirst"><a href="../../../../com/badlogic/gdx/input/GestureDetector.html" title="class in com.badlogic.gdx.input">GestureDetector</a></td>
118
<td class="colLast">
119
<div class="block"><a href="../../../../com/badlogic/gdx/InputProcessor.html" title="interface in com.badlogic.gdx"><code>InputProcessor</code></a> implementation that detects gestures (tap, long press, fling, pan, zoom, pinch) and hands them to a
120
 <a href="../../../../com/badlogic/gdx/input/GestureDetector.GestureListener.html" title="interface in com.badlogic.gdx.input"><code>GestureDetector.GestureListener</code></a>.</div>
121
</td>
122
</tr>
123
<tr class="rowColor">
124
<td class="colFirst"><a href="../../../../com/badlogic/gdx/input/GestureDetector.GestureAdapter.html" title="class in com.badlogic.gdx.input">GestureDetector.GestureAdapter</a></td>
125
<td class="colLast">
126
<div class="block">Derrive from this if you only want to implement a subset of <a href="../../../../com/badlogic/gdx/input/GestureDetector.GestureListener.html" title="interface in com.badlogic.gdx.input"><code>GestureDetector.GestureListener</code></a>.</div>
127
</td>
128
</tr>
129
<tr class="altColor">
130
<td class="colFirst"><a href="../../../../com/badlogic/gdx/input/RemoteInput.html" title="class in com.badlogic.gdx.input">RemoteInput</a></td>
131
<td class="colLast">
132
<div class="block">
133
 An <a href="../../../../com/badlogic/gdx/Input.html" title="interface in com.badlogic.gdx"><code>Input</code></a> implementation that receives touch, key, accelerometer and compass events from a remote Android device.</div>
134
</td>
135
</tr>
136
<tr class="rowColor">
137
<td class="colFirst"><a href="../../../../com/badlogic/gdx/input/RemoteSender.html" title="class in com.badlogic.gdx.input">RemoteSender</a></td>
138
<td class="colLast">
139
<div class="block">Sends all inputs from touch, key, accelerometer and compass to a <a href="../../../../com/badlogic/gdx/input/RemoteInput.html" title="class in com.badlogic.gdx.input"><code>RemoteInput</code></a> at the given ip/port.</div>
140
</td>
141
</tr>
142
</tbody>
143
</table>
144
</li>
145
</ul>
146
</div>
147
<!-- ======= START OF BOTTOM NAVBAR ====== -->
148
<div class="bottomNav"><a name="navbar_bottom">
149
<!--   -->
150
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
151
<!--   -->
152
</a>
153
<ul class="navList" title="Navigation">
154
<li><a href="../../../../overview-summary.html">Overview</a></li>
155
<li class="navBarCell1Rev">Package</li>
156
<li>Class</li>
157
<li><a href="package-use.html">Use</a></li>
158
<li><a href="package-tree.html">Tree</a></li>
159
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
160
<li><a href="../../../../index-all.html">Index</a></li>
161
<li><a href="../../../../help-doc.html">Help</a></li>
162
</ul>
163
<div class="aboutLanguage"><em>libgdx API</em></div>
164
</div>
165
<div class="subNav">
166
<ul class="navList">
167
<li><a href="../../../../com/badlogic/gdx/graphics/glutils/package-summary.html">Prev Package</a></li>
168
<li><a href="../../../../com/badlogic/gdx/maps/package-summary.html">Next Package</a></li>
169
</ul>
170
<ul class="navList">
171
<li><a href="../../../../index.html?com/badlogic/gdx/input/package-summary.html" target="_top">Frames</a></li>
172
<li><a href="package-summary.html" target="_top">No Frames</a></li>
173
</ul>
174
<ul class="navList" id="allclasses_navbar_bottom">
175
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
176
</ul>
177
<div>
178
<script type="text/javascript"><!--
179
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
180
  if(window==top) {
181
    allClassesLink.style.display = "block";
182
  }
183
  else {
184
    allClassesLink.style.display = "none";
185
  }
186
  //-->
187
</script>
188
</div>
189
<a name="skip-navbar_bottom">
190
<!--   -->
191
</a></div>
192
<!-- ======== END OF BOTTOM NAVBAR ======= -->
193
<p class="legalCopy"><small>
194
                                <div style="font-size:9pt"><i>
195
                                Copyright &copy; 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
196
                                </i></div>
197
                        </small></p>
198
</body>
199
</html>