Module com.github.kwhat.jnativehook
Package com.github.kwhat.jnativehook.mouse
package com.github.kwhat.jnativehook.mouse
Classes used for native mouse events.
- Since:
- 1.0
- Version:
- 2.0
-
ClassDescriptionDeprecated.An event which indicates that a mouse action occurred on the system.Deprecated.No need to extend this class, implement the
NativeMouseInputListenerinterface insteadA listener implementing all the methods in both the NativeMouseListener and NativeMouseMotionListener interfaces.The listener interface for receiving systemwideNativeMouseEvents.Deprecated.No need to extend this class, implement theNativeMouseMotionListenerinterface insteadThe listener interface for receiving native mouse motion events.Deprecated.No need to extend this class, implement theNativeMouseWheelListenerinterface insteadAn event which indicates that the mouse wheel was rotated on the system.The listener interface for receiving native mouse wheel events.Adapter to convert NativeKeyEvents to Java KeyEvents.Adapter to convert NativeKeyEvents to Java KeyEvents.
NativeMouseListenerinterface instead