Uses of Interface
com.github.kwhat.jnativehook.mouse.NativeMouseMotionListener
Packages that use NativeMouseMotionListener
Package
Description
ExecutorService implementations for native event dispatch.
Classes used for native mouse events.
-
Uses of NativeMouseMotionListener in com.github.kwhat.jnativehook
Methods in com.github.kwhat.jnativehook with parameters of type NativeMouseMotionListenerModifier and TypeMethodDescriptionstatic voidGlobalScreen.addNativeMouseMotionListener(NativeMouseMotionListener listener) Adds the specified native mouse motion listener to receive mouse motion events from the native system.static voidGlobalScreen.removeNativeMouseMotionListener(NativeMouseMotionListener listener) Removes the specified native mouse motion listener so that it no longer receives mouse motion events from the native system. -
Uses of NativeMouseMotionListener in com.github.kwhat.jnativehook.example
Classes in com.github.kwhat.jnativehook.example that implement NativeMouseMotionListenerModifier and TypeClassDescriptionclassA demonstration of how to use the JNativeHook library. -
Uses of NativeMouseMotionListener in com.github.kwhat.jnativehook.mouse
Subinterfaces of NativeMouseMotionListener in com.github.kwhat.jnativehook.mouseModifier and TypeInterfaceDescriptioninterfaceA listener implementing all the methods in both the NativeMouseListener and NativeMouseMotionListener interfaces.Classes in com.github.kwhat.jnativehook.mouse that implement NativeMouseMotionListenerModifier and TypeClassDescriptionclassDeprecated.classDeprecated.No need to extend this class, implement theNativeMouseMotionListenerinterface instead
NativeMouseInputListenerinterface instead