# C1.Win.TouchToolKit.PointerDeviceType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TouchToolKit_PointerDeviceType" data-uid="C1.Win.TouchToolKit.PointerDeviceType" class="text-break">PointerDeviceType Enum
</h1>
  <div class="markdown level0 summary"><p>Enumerates pointer device types.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TouchToolKit.html">C1.Win.TouchToolKit</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TouchToolKit.4.8.dll</h6>
  <h5 id="C1_Win_TouchToolKit_PointerDeviceType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PointerDeviceType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PointerDeviceType</code></pre>
  </div>
  <h5 id="C1_Win_TouchToolKit_PointerDeviceType_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><div class="NOTE"><h5>note</h5><p>
<a class="xref" href="C1.Win.TouchToolKit.C1TouchEventProvider.html">C1TouchEventProvider</a> do not support mouse pointer type, only pen or touch can raise pointer events.
</p></div>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_TouchToolKit_PointerDeviceType_Pen">Pen</td>
        <td><p>Pen</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TouchToolKit_PointerDeviceType_Touch">Touch</td>
        <td><p>A touch-enabled device</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
