Enable


VOID Enable(LPFN lpEventProc)

Passes the address of the Windows mouse-event callback function to VMOUSE. When VMOUSE receives mouse input for Windows, it passes the input to the callback function. The export ordinal for this function is 2.

lpEventProc

Address of the mouse-event callback function. For more information about this function, see Mouse_Event.

See also Mouse_Event