
################
isMouseEventType
################

.. js:function:: wv.Event.isMouseEventType

   .. rst-class:: sig-pretty-signature
   
      | isMouseEventType(**eventType**\ : :js:data:`EventType <wv.EventType>`\ ): *boolean*
   
   Gets whether an EventType is a mouse event type or not.
   
   **Parameters**
   
   
      **eventType**\ : :js:data:`EventType <wv.EventType>`
   
   
         EventType to be tested
   
   
   
   **Returns**\ : *boolean*
   
   
      Boolean indicating whether or not eventType is a mouse event type
   
   




