<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Disable touch gestures? in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/disable-touch-gestures/m-p/494310#M2479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When we upgraded from 2.0 to 2.4, we noticed the addition of touch gestures in 2.1 changed how our program worked.&amp;nbsp; I added some code to capture those touch events before ESRI did, but it isn't working as smooth as I would like for some reason.&amp;nbsp; I was wondering if there was a way to disable ESRI's subscription to touch events so they can be promoted to mouse events.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2012 16:44:58 GMT</pubDate>
    <dc:creator>JosephEggert</dc:creator>
    <dc:date>2012-03-12T16:44:58Z</dc:date>
    <item>
      <title>Disable touch gestures?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/disable-touch-gestures/m-p/494310#M2479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When we upgraded from 2.0 to 2.4, we noticed the addition of touch gestures in 2.1 changed how our program worked.&amp;nbsp; I added some code to capture those touch events before ESRI did, but it isn't working as smooth as I would like for some reason.&amp;nbsp; I was wondering if there was a way to disable ESRI's subscription to touch events so they can be promoted to mouse events.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 16:44:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/disable-touch-gestures/m-p/494310#M2479</guid>
      <dc:creator>JosephEggert</dc:creator>
      <dc:date>2012-03-12T16:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Disable touch gestures?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/disable-touch-gestures/m-p/494311#M2480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use MapGesture events to handle touch and then exclude the mouse promoted events using the following code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (e.StylusDevice != null &amp;amp;&amp;amp; e.StylusDevice.TabletDevice != null &amp;amp;&amp;amp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; e.StylusDevice.TabletDevice.Type == TabletDeviceType.Touch)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 21:45:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/disable-touch-gestures/m-p/494311#M2480</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2021-12-11T21:45:23Z</dc:date>
    </item>
  </channel>
</rss>

