BBjMouseEvent::getLegacyMouseButton
Description
In BBj 15.0 and higher, this method returns an ID indicating which mouse button was pressed.
Syntax
Return Value |
Method |
---|---|
int |
getLegacyMouseButton() |
Parameters
None.
Return Value
Returns the ID of the mouse button (0=left, 1=right, 2=middle).
Remarks
This method is provided for consistency with legacy Visual PRO/5 applications.
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.