ButtonValues ============ .. py:class:: ansys.stk.core.stkx.ButtonValues IntEnum .. py:currentmodule:: ButtonValues Overview -------- .. tab-set:: .. tab-item:: Members .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~LEFT_PRESSED` - The left button is pressed. * - :py:attr:`~RIGHT_PRESSED` - The right button is pressed. * - :py:attr:`~MIDDLE_PRESSED` - The middle button is pressed. Import detail ------------- .. code-block:: python from ansys.stk.core.stkx import ButtonValues