Uses of Package
com.github.kwhat.jnativehook.mouse
Packages that use com.github.kwhat.jnativehook.mouse
Package
Description
ExecutorService implementations for native event dispatch.
Classes used for native mouse events.
-
Classes in com.github.kwhat.jnativehook.mouse used by com.github.kwhat.jnativehookClassDescriptionThe listener interface for receiving systemwide
NativeMouseEvents.The listener interface for receiving native mouse motion events.The listener interface for receiving native mouse wheel events. -
Classes in com.github.kwhat.jnativehook.mouse used by com.github.kwhat.jnativehook.exampleClassDescriptionAn event which indicates that a mouse action occurred on the system.A listener implementing all the methods in both the NativeMouseListener and NativeMouseMotionListener interfaces.The listener interface for receiving systemwide
NativeMouseEvents.The listener interface for receiving native mouse motion events.An event which indicates that the mouse wheel was rotated on the system.The listener interface for receiving native mouse wheel events. -
Classes in com.github.kwhat.jnativehook.mouse used by com.github.kwhat.jnativehook.mouseClassDescriptionAn event which indicates that a mouse action occurred on the system.A listener implementing all the methods in both the NativeMouseListener and NativeMouseMotionListener interfaces.The listener interface for receiving systemwide
NativeMouseEvents.The listener interface for receiving native mouse motion events.An 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.