Uses of Interface
com.github.kwhat.jnativehook.mouse.NativeMouseListener
Packages that use NativeMouseListener
Package
Description
ExecutorService implementations for native event dispatch.
Classes used for native mouse events.
-
Uses of NativeMouseListener in com.github.kwhat.jnativehook
Methods in com.github.kwhat.jnativehook with parameters of type NativeMouseListenerModifier and TypeMethodDescriptionstatic voidGlobalScreen.addNativeMouseListener(NativeMouseListener listener) Adds the specified native mouse listener to receive mouse events from the native system.static voidGlobalScreen.removeNativeMouseListener(NativeMouseListener listener) Removes the specified native mouse listener so that it no longer receives mouse events from the native system. -
Uses of NativeMouseListener in com.github.kwhat.jnativehook.example
Classes in com.github.kwhat.jnativehook.example that implement NativeMouseListenerModifier and TypeClassDescriptionclassA demonstration of how to use the JNativeHook library. -
Uses of NativeMouseListener in com.github.kwhat.jnativehook.mouse
Subinterfaces of NativeMouseListener 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 NativeMouseListenerModifier and TypeClassDescriptionclassDeprecated.classDeprecated.No need to extend this class, implement theNativeMouseInputListenerinterface insteadclassAdapter to convert NativeKeyEvents to Java KeyEvents.classAdapter to convert NativeKeyEvents to Java KeyEvents.
NativeMouseListenerinterface instead