summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLTouchManager.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLTouchManager.html')
-rw-r--r--docs/Classes/SDLTouchManager.html49
1 files changed, 1 insertions, 48 deletions
diff --git a/docs/Classes/SDLTouchManager.html b/docs/Classes/SDLTouchManager.html
index 8ca1f3626..ac464092e 100644
--- a/docs/Classes/SDLTouchManager.html
+++ b/docs/Classes/SDLTouchManager.html
@@ -8,12 +8,10 @@
<li><a href="#section-tapDistanceThreshold">tapDistanceThreshold</a></li>
<li><a href="#section-panDistanceThreshold">panDistanceThreshold</a></li>
<li><a href="#section-tapTimeThreshold">tapTimeThreshold</a></li>
- <li><a href="#section-movementTimeThreshold">movementTimeThreshold</a></li>
<li><a href="#section-enableSyncedPanning">enableSyncedPanning</a></li>
<li><a href="#section-touchEnabled">touchEnabled</a></li>
<li><a href="#section--cancelPendingTouches">-cancelPendingTouches</a></li>
<li><a href="#section--init">-init</a></li>
- <li><a href="#section--initWithHitTester:">-initWithHitTester:</a></li>
<li><a href="#section--initWithHitTester:videoScaleManager:">-initWithHitTester:videoScaleManager:</a></li>
<li><a href="#section--syncFrame">-syncFrame</a></li>
</ul>
@@ -117,31 +115,11 @@
- <h3 id="section-movementTimeThreshold">
- movementTimeThreshold
- </h3>
-
- <p>Time (in seconds) between movement events to register panning or pinching callbacks.</p>
-
-<p>Default is 0.05 seconds.</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">nonatomic</span><span class="p">)</span> <span class="n">CGFloat</span> <span class="n">movementTimeThreshold</span><span class="p">;</span></code></pre>
-
-
- <h4>Swift</h4>
- <pre class="highlight swift"><code><span class="k">var</span> <span class="nv">movementTimeThreshold</span><span class="p">:</span> <span class="kt">CGFloat</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
-
-
-
-
<h3 id="section-enableSyncedPanning">
enableSyncedPanning
</h3>
- <p>If set to NO, the display link syncing will be ignored and <code><a href="../Classes/SDLTouchManager.html#/c:objc(cs)SDLTouchManager(py)movementTimeThreshold">movementTimeThreshold</a></code> will be used. Defaults to YES.</p>
+ <p>If set to NO, the display link syncing will be ignored. Defaults to YES.</p>
@@ -211,31 +189,6 @@
- <h3 id="section--initWithHitTester:">
- -initWithHitTester:
- </h3>
-
- <p>Initialize a touch manager with a hit tester if available</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span><span class="nf">initWithHitTester</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nullable</span> <span class="n">id</span><span class="o">&lt;</span><span class="n">SDLFocusableItemHitTester</span><span class="o">&gt;</span><span class="p">)</span><span class="nv">hitTester</span><span class="p">;</span></code></pre>
-
-
-
-
- <h4>Parameters</h4>
- <dl>
- <dt>hitTester</dt>
- <dd><p>The hit tester to be used to correlate a point with a view</p></dd>
- </dl>
- <div>
- <h4>Return Value</h4>
- <p>The initialized touch manager</p>
- </div>
-
<h3 id="section--initWithHitTester:videoScaleManager:">
-initWithHitTester:videoScaleManager:
</h3>