Uses of Class
com.github.kwhat.jnativehook.mouse.NativeMouseEvent
Packages that use NativeMouseEvent
Package
Description
ExecutorService implementations for native event dispatch.
Classes used for native mouse events.
-
Uses of NativeMouseEvent in com.github.kwhat.jnativehook.example
Methods in com.github.kwhat.jnativehook.example with parameters of type NativeMouseEventModifier and TypeMethodDescriptionvoidNativeHookDemo.nativeMouseClicked(NativeMouseEvent e) voidNativeHookDemo.nativeMouseDragged(NativeMouseEvent e) voidNativeHookDemo.nativeMouseMoved(NativeMouseEvent e) voidNativeHookDemo.nativeMousePressed(NativeMouseEvent e) voidNativeHookDemo.nativeMouseReleased(NativeMouseEvent e) -
Uses of NativeMouseEvent in com.github.kwhat.jnativehook.mouse
Subclasses of NativeMouseEvent in com.github.kwhat.jnativehook.mouseModifier and TypeClassDescriptionclassAn event which indicates that the mouse wheel was rotated on the system.Methods in com.github.kwhat.jnativehook.mouse with parameters of type NativeMouseEventModifier and TypeMethodDescriptionprotected MouseEventSwingMouseAdapter.getJavaKeyEvent(NativeMouseEvent nativeEvent) default voidNativeMouseListener.nativeMouseClicked(NativeMouseEvent nativeEvent) Invoked when a mouse button has been clicked (pressed and released) without being moved.voidSwingMouseAdapter.nativeMouseClicked(NativeMouseEvent nativeEvent) default voidNativeMouseMotionListener.nativeMouseDragged(NativeMouseEvent nativeEvent) Invoked when the mouse has been moved while a button is depressed.default voidNativeMouseMotionListener.nativeMouseMoved(NativeMouseEvent nativeEvent) Invoked when the mouse has been moved.default voidNativeMouseListener.nativeMousePressed(NativeMouseEvent nativeEvent) Invoked when a mouse button has been pressedvoidSwingMouseAdapter.nativeMousePressed(NativeMouseEvent nativeEvent) default voidNativeMouseListener.nativeMouseReleased(NativeMouseEvent nativeEvent) Invoked when a mouse button has been releasedvoidSwingMouseAdapter.nativeMouseReleased(NativeMouseEvent nativeEvent)