BBjMouseEvent::getNativeMouseButton
Description
In BBj 21.0 and higher, this method returns the ID of the mouse button as defined by the underlying client GUI platform (GUI = Java Swing; BUI = JavaScript).
Syntax
Return Value |
Method |
---|---|
int |
getNativeMouseButton() |
Parameters
None.
Return Value
Returns the ID of the mouse button as defined by the underlying client GUI platform (GUI = Java Swing; BUI = JavaScript).
See Also
BBjMouseEvent::getLegacyMouseButton
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.