Uses of Package
com.github.kwhat.jnativehook.mouse
-
Packages that use com.github.kwhat.jnativehook.mouse Package Description com.github.kwhat.jnativehook com.github.kwhat.jnativehook.example ExecutorService implementations for native event dispatch.com.github.kwhat.jnativehook.mouse Classes used for native mouse events. -
Classes in com.github.kwhat.jnativehook.mouse used by com.github.kwhat.jnativehook Class Description 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. -
Classes in com.github.kwhat.jnativehook.mouse used by com.github.kwhat.jnativehook.example Class Description NativeMouseEvent An event which indicates that a mouse action occurred on the system.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.NativeMouseWheelEvent An event which indicates that the mouse wheel was rotated on the system.NativeMouseWheelListener The listener interface for receiving native mouse wheel events. -
Classes in com.github.kwhat.jnativehook.mouse used by com.github.kwhat.jnativehook.mouse Class Description NativeMouseEvent An event which indicates that a mouse action occurred on the system.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.NativeMouseWheelEvent An event which indicates that the mouse wheel was rotated on the system.NativeMouseWheelListener The listener interface for receiving native mouse wheel events.SwingMouseAdapter Adapter to convert NativeKeyEvents to Java KeyEvents.