IMouseEventHandler.HandleMouseMoveEvent (METH)

METHOD HandleMouseMoveEvent : BOOL

This method will be called when the mouse was moved. RETURN: TRUE - When the handler has handled this event and it should not be handled by someone else FALSE - When the event is not handled by this handler

InOut:

Scope

Name

Type

Comment

Return

HandleMouseMoveEvent

BOOL

Input

ptMouse

VisuStructPoint

The position where the mouse was moved to. The coordinates of this point are relative to the currently active toplevel visualization, even when best fit is activated.

pClient

POINTER TO VisuStructClientData

A pointer to the client structure were the event occurred.