OperatorConfig
- class cee.OperatorConfig()
Properties
Properties
- OperatorConfig.invertWheel
- Type:
boolean optional
Invert the zoom direction of the mouse wheel
Default is false
- OperatorConfig.leftAndRightMouseButtons
- Type:
MouseButtonConfig <T> optional
Config when both left and right mouse buttons are pressed.
- OperatorConfig.leftMouseButton
- Type:
MouseButtonConfig <T> optional
Left Mouse Button Config
- OperatorConfig.middleMouseButton
- Type:
MouseButtonConfig <T> optional
Middle Mouse Button Config
- OperatorConfig.oneFinger
- Type:
T optional
Behavior to use for one finger dragging.
- OperatorConfig.rightMouseButton
- Type:
MouseButtonConfig <T> optional
Right Mouse Button Config
- OperatorConfig.twoFinger
- Type:
T optional
Behavior to use for two finger dragging.
- OperatorConfig.wheelOrPinch
- Type:
T optional
Behavior to use for mouse wheel/touch screen pinch events.