MouseMode#

class ansys.stk.core.stkx.MouseMode#

IntEnum

Overview#

AUTOMATIC

Automatic. The control handles the mouse events and then fires the events to the container for additional processing.

MANUAL

None. No default action happens on mouse events. Events are fired to the container.

Import detail#

from ansys.stk.core.stkx import MouseMode