SoWinExaminerViewer.RemoveViewingMouseBinding Method |
Removes a mouse binding (if it exists).
Namespace: OIV.Inventor.Win.ViewersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void RemoveViewingMouseBinding(
SoKeyboardEvent. Keys[] keys,
SoMouseButtonEvent. Buttons[] mouseBtn
)
Public Sub RemoveViewingMouseBinding (
keys As SoKeyboardEvent. Keys(),
mouseBtn As SoMouseButtonEvent. Buttons()
)
public:
void RemoveViewingMouseBinding(
array<SoKeyboardEvent. Keys>^ keys,
array<SoMouseButtonEvent. Buttons>^ mouseBtn
)
member RemoveViewingMouseBinding :
keys : SoKeyboardEvent. Keys[] *
mouseBtn : SoMouseButtonEvent. Buttons[] -> unit
Parameters
- keys
- Type:OIV.Inventor.Events.SoKeyboardEvent.Keys[]
- mouseBtn
- Type:OIV.Inventor.Events.SoMouseButtonEvent.Buttons[]
RemarksThe 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