Module com.github.kwhat.jnativehook
Package com.github.kwhat.jnativehook.mouse
Classes used for native mouse events.
- Since:
- 1.0
- Version:
- 2.0
-
Interface Summary Interface Description NativeMouseInputListener A listener implementing all the methods in both the NativeMouseListener and NativeMouseMotionListener interfaces.NativeMouseListener The listener interface for receiving systemwideNativeMouseEvents.NativeMouseMotionListener The listener interface for receiving native mouse motion events.NativeMouseWheelListener The listener interface for receiving native mouse wheel events. -
Class Summary Class Description NativeMouseAdapter Deprecated. No need to extend this class, implement theNativeMouseListenerinterface insteadNativeMouseEvent An event which indicates that a mouse action occurred on the system.NativeMouseInputAdapter Deprecated. No need to extend this class, implement theNativeMouseInputListenerinterface insteadNativeMouseMotionAdapter Deprecated. No need to extend this class, implement theNativeMouseMotionListenerinterface insteadNativeMouseWheelAdapter Deprecated. No need to extend this class, implement theNativeMouseWheelListenerinterface insteadNativeMouseWheelEvent An event which indicates that the mouse wheel was rotated on the system.SwingMouseAdapter Adapter to convert NativeKeyEvents to Java KeyEvents.SwingMouseWheelAdapter Adapter to convert NativeKeyEvents to Java KeyEvents.