CadOnEventMouseDown
Registers the host callback fired on the mouse down event (pass NULL to unregister; __stdcall, prototype must match).
void CadOnEventMouseDown (
void* pFunc
);
Parameters
- pFunc (void*)
- Address of the host callback (
__stdcall; passNULLto unregister). The prototype must match the event exactly.
Return Value
None.