Uses of Interface
com.github.kwhat.jnativehook.mouse.NativeMouseWheelListener
Packages that use NativeMouseWheelListener
Package
Description
ExecutorService implementations for native event dispatch.
Classes used for native mouse events.
-
Uses of NativeMouseWheelListener in com.github.kwhat.jnativehook
Methods in com.github.kwhat.jnativehook with parameters of type NativeMouseWheelListenerModifier and TypeMethodDescriptionstatic voidGlobalScreen.addNativeMouseWheelListener(NativeMouseWheelListener listener) Adds the specified native mouse wheel listener to receive mouse wheel events from the native system.static voidGlobalScreen.removeNativeMouseWheelListener(NativeMouseWheelListener listener) Removes the specified native mouse wheel listener so that it no longer receives mouse wheel events from the native system. -
Uses of NativeMouseWheelListener in com.github.kwhat.jnativehook.example
Classes in com.github.kwhat.jnativehook.example that implement NativeMouseWheelListenerModifier and TypeClassDescriptionclassA demonstration of how to use the JNativeHook library. -
Uses of NativeMouseWheelListener in com.github.kwhat.jnativehook.mouse
Classes in com.github.kwhat.jnativehook.mouse that implement NativeMouseWheelListenerModifier and TypeClassDescriptionclassDeprecated.classAdapter to convert NativeKeyEvents to Java KeyEvents.
NativeMouseWheelListenerinterface instead