IMouseEventHandler.HandleMouseBtnEvent (METH)
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
HandleMouseBtnEventBOOLInput
bMouseUpEventBOOLThe event type. The value is true if a mouse button was released.
btMouseBtnBYTEInformation about the button that was pressed or released. At the moment this value is not yet used and will always have the value 0!
ptMouseVisuStructPointThe 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.
pClientPOINTER TO VisuStructClientData
A pointer to the client structure were the event occurred.