Click or drag to resize
SoWinExaminerViewerRemoveViewingMouseBinding Method

Removes a mouse binding (if it exists).

Namespace: OIV.Inventor.Win.Viewers
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void RemoveViewingMouseBinding(
	SoKeyboardEventKeys[] keys,
	SoMouseButtonEventButtons[] mouseBtn
)

Parameters

keys
Type: OIV.Inventor.EventsSoKeyboardEventKeys
mouseBtn
Type: OIV.Inventor.EventsSoMouseButtonEventButtons
Remarks

The key and button order is important. For example, CTRL+SHIFT+BT1 is different from SHIFT+CTRL+BT1. Likewise, CTRL+BT1+BT2 is different from CTRL+BT2+BT1.

See Also