Uses of Class
com.github.kwhat.jnativehook.mouse.NativeMouseWheelEvent
Packages that use NativeMouseWheelEvent
Package
Description
ExecutorService implementations for native event dispatch.
Classes used for native mouse events.
-
Uses of NativeMouseWheelEvent in com.github.kwhat.jnativehook.example
Methods in com.github.kwhat.jnativehook.example with parameters of type NativeMouseWheelEventModifier and TypeMethodDescriptionvoidNativeHookDemo.nativeMouseWheelMoved(NativeMouseWheelEvent e) -
Uses of NativeMouseWheelEvent in com.github.kwhat.jnativehook.mouse
Methods in com.github.kwhat.jnativehook.mouse with parameters of type NativeMouseWheelEventModifier and TypeMethodDescriptionprotected MouseWheelEventSwingMouseWheelAdapter.getJavaMouseWheelEvent(NativeMouseWheelEvent nativeEvent) default voidNativeMouseWheelListener.nativeMouseWheelMoved(NativeMouseWheelEvent nativeEvent) Invoked when the mouse wheel is rotated.voidSwingMouseWheelAdapter.nativeMouseWheelMoved(NativeMouseWheelEvent nativeEvent)