Occurs when a mouse event is received from the client.
ActiveX/.NET Syntax
void OnMouseInput (int x, int y, AxMouseButton button, AxMouseAction action, BOOL* handled)
Delphi Syntax
procedure OnMouseInput (sender:TObject; x,y: integer; button:TMouseButton; action:TMouseAction; var handled:boolean)
See also
See also the OnFunctionKey and OnKeyboardInput events.