METHOD HandleMouseBtnEvent : BOOL
This method will be called when a mouse button is pressed. 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
|
HandleMouseBtnEvent
|
BOOL
|
|
Input
|
bMouseUpEvent
|
BOOL
|
The event type. The value is true if a mouse button was released.
|
btMouseBtn
|
BYTE
|
Information about the button that was pressed or released. At the moment this value is not yet used and will always have the value 0!
|
ptMouse
|
VisuStructPoint
|
The position where the mouse event was raised. 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.
|
|