BBjMouseEvent
Description
In BBj 6.00 and higher, BBjMouseEvent is an abstract class that acts as the base class for other mouse events.
Methods of BBjMouseEvent
| Return Value | Method |
|---|---|
| int | getClickCount() |
| int | getLegacyMouseButton() |
| int | getMouseButton() |
| int | getNativeMouseButton() |
| BBjControl | getOriginalControl() |
| int | getScreenX() |
| int | getScreenY() |
| int | getX() |
| int | getY() |
| boolean | isAltDown() |
| boolean | isCmdDown() |
| boolean | isControlDown() |
| boolean | isShiftDown() |
Methods of BBjMouseEvent inherited from BBjSysGuiEvent
| Return Value | Method |
|---|---|
| BBjControl | getControl() |
Methods of BBjMouseEvent inherited from BBjEvent
| Return Value | Method |
|---|---|
| string | getEventName() |
| string | getEventString() |