BBjMouseEvent

Description

In BBj 6.0 and higher, BBjMouseEvent is an abstract class that acts as the base class for other mouse events.

Methods of BBjMouseEvent

Return Value

Method

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()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback

Mouse Move Event