summaryrefslogtreecommitdiff
path: root/docs/Type Definitions/SDLTouchIdentifier.html
blob: 691d7db6c86227f6fb079697dbd3173f9364a15f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<h1>SDLTouchIdentifier Type Definition Reference</h1>

<h3>Section Contents</h3>

<ul>
  <li><a href="#section-"></a></li>
</ul>

<h3>Overview</h3>

<p>Undocumented</p>


<section class="section task-group-section">
  <h3 id="section-">
      
  </h3>
  
  <p>Undocumented</p>

  <a href="../Type Definitions/SDLTouchIdentifier/.html" class="slightly-smaller">See more</a>
  
  
  <h4>Objective-C</h4>
  <pre class="highlight objective_c"><code><span class="k">enum</span> <span class="p">{</span>
    <span class="n">SDLTouchIdentifierFirstFinger</span> <span class="o">=</span> <span class="mi">0</span><span class="p">,</span>
    <span class="n">SDLTouchIdentifierSecondFinger</span> <span class="o">=</span> <span class="mi">1</span>
<span class="p">}</span></code></pre>

  
  <h4>Swift</h4>
  <pre class="highlight swift"><code><span class="kd">struct</span> <span class="kt"><a href="../Type Definitions/SDLTouchIdentifier.html">SDLTouchIdentifier</a></span> <span class="p">:</span> <span class="kt">Equatable</span><span class="p">,</span> <span class="kt">RawRepresentable</span></code></pre>

  
  
  
</section>