MouseMode ========= .. py:class:: ansys.stk.core.stkx.MouseMode IntEnum .. py:currentmodule:: MouseMode Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~AUTOMATIC` - Automatic. The control handles the mouse events and then fires the events to the container for additional processing. * - :py:attr:`~MANUAL` - None. No default action happens on mouse events. Events are fired to the container. Import detail ------------- .. code-block:: python from ansys.stk.core.stkx import MouseMode