ControllerOnMouseClick Method |
返回用户文档首页Namespace: LoongCAD.STCAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2024.0.9.3 (2024.0.9.3)
Syntax public virtual void OnMouseClick(
MouseButtons button,
int x,
int y,
bool ctrl,
bool alt,
bool shift
)
Parameters
- button MouseButtons
-
- x Int32
-
- y Int32
-
- ctrl Boolean
-
- alt Boolean
-
- shift Boolean
-
See Also