<?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 Need barebone code example how to catch and respond to mouse wheel, in functional widget in Experience Builder Custom Widgets</title>
    <link>https://community.esri.com/t5/experience-builder-custom-widgets/need-barebone-code-example-how-to-catch-and/m-p/1390961#M237</link>
    <description>&lt;P&gt;I develop on EXB 1.13 for 3D web apps.&lt;/P&gt;&lt;P&gt;I succeeded to respond to mouse wheel by responding to extent changes, but I want to know how to catch and respond to mouse wheel changes directly.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Mar 2024 07:41:39 GMT</pubDate>
    <dc:creator>MichaelLev</dc:creator>
    <dc:date>2024-03-05T07:41:39Z</dc:date>
    <item>
      <title>Need barebone code example how to catch and respond to mouse wheel, in functional widget</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/need-barebone-code-example-how-to-catch-and/m-p/1390961#M237</link>
      <description>&lt;P&gt;I develop on EXB 1.13 for 3D web apps.&lt;/P&gt;&lt;P&gt;I succeeded to respond to mouse wheel by responding to extent changes, but I want to know how to catch and respond to mouse wheel changes directly.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2024 07:41:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/need-barebone-code-example-how-to-catch-and/m-p/1390961#M237</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2024-03-05T07:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need barebone code example how to catch and respond to mouse wheel, in functional widget</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/need-barebone-code-example-how-to-catch-and/m-p/1391502#M243</link>
      <description>&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#event-mouse-wheel" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#event-mouse-wheel&lt;/A&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;view.on("mouse-wheel", function(event){
 // deltaY value is positive when wheel is scrolled up
 // and it is negative when wheel is scrolled down.
 console.log(event.deltaY);
});&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 05 Mar 2024 21:46:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/need-barebone-code-example-how-to-catch-and/m-p/1391502#M243</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2024-03-05T21:46:49Z</dc:date>
    </item>
  </channel>
</rss>

