.. role:: clio-inherited
   :class: clio-flag clio-flag-inherited


##################
ISpaceMouseService
##################

.. js:class:: wvc.ISpaceMouseService

   
   Index
   =====
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wvc.ISpaceMouseService.serviceName`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wvc.ISpaceMouseService.connect`
   
   



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wvc.ISpaceMouseService.serviceName

      .. rst-class:: clio-flags
      
         :clio-inherited:`inherited`
      
      .. rst-class:: sig-pretty-signature
      
         | serviceName: :js:data:`ServiceName <wvc.ServiceName>`
      



.. rst-class:: kind-group kind-methods

.. rubric:: Methods
   :class: kind-group-title


.. js:method:: wvc.ISpaceMouseService.connect

      .. rst-class:: sig-pretty-signature
      
         | connect(): *void*
      
      Connect to the space mouse. To be successful, the canvas where the mouse is to be used must have focus.
      
      Note: If this is called but the 3d connexion software is not running, a connection error will be shown in the console.
      
      **Returns**\ : *void*
      




