Package xyz.cofe.term.win
Class InputMouseEvent
- java.lang.Object
-
- xyz.cofe.term.win.InputMouseEvent
-
- All Implemented Interfaces:
InputEvent
public class InputMouseEvent extends Object implements InputEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInputMouseEvent.ButtonMaskstatic classInputMouseEvent.ControlStatestatic classInputMouseEvent.EventFlags
-
Constructor Summary
Constructors Constructor Description InputMouseEvent(com.sun.jna.platform.win32.Wincon.MOUSE_EVENT_RECORD mouseEventRecord)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetWheelValue()intgetX()intgetY()booleanisCapsLock()booleanisDoubleClick()booleanisEnhanced()booleanisFourthButton()booleanisHorizontalMouseWheel()booleanisLeftAlt()booleanisLeftButton()booleanisLeftCtrl()booleanisMouseMove()booleanisNumLock()booleanisRightAlt()booleanisRightButton()booleanisRightCtrl()booleanisScrollLock()booleanisSecondButton()booleanisShift()booleanisThirdButton()booleanisVerticalMouseWheel()StringtoString()
-
-
-
Method Detail
-
isLeftButton
public boolean isLeftButton()
-
isSecondButton
public boolean isSecondButton()
-
isThirdButton
public boolean isThirdButton()
-
isFourthButton
public boolean isFourthButton()
-
isRightButton
public boolean isRightButton()
-
isCapsLock
public boolean isCapsLock()
-
isEnhanced
public boolean isEnhanced()
-
isLeftAlt
public boolean isLeftAlt()
-
isLeftCtrl
public boolean isLeftCtrl()
-
isNumLock
public boolean isNumLock()
-
isRightAlt
public boolean isRightAlt()
-
isRightCtrl
public boolean isRightCtrl()
-
isScrollLock
public boolean isScrollLock()
-
isShift
public boolean isShift()
-
getX
public int getX()
-
getY
public int getY()
-
isDoubleClick
public boolean isDoubleClick()
-
isVerticalMouseWheel
public boolean isVerticalMouseWheel()
-
isHorizontalMouseWheel
public boolean isHorizontalMouseWheel()
-
isMouseMove
public boolean isMouseMove()
-
getWheelValue
public int getWheelValue()
-
-