MKI_HookMouseEnd (Hooks)

www.CAD6.com

C++ Syntax

void

MKI_HookMouseEnd(

 MKI_HOOKMOUSE_PROC f_fnCallBack );

 

Removes a hook on mouse events. As a result, the given CallBack procedure will no longer be called when a mouse event occurs.

 

Parameters

CallBack

[MKI_HOOKMOUSE_PROC] Address of the callback procedure to be disabled.

 

Comment

Each plug-in should not establish more than one mouse hook at a time, as the total number of hooks available is limited!

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH