Uses of Class
com.github.kwhat.jnativehook.mouse.NativeMouseEvent
-
Packages that use NativeMouseEvent Package Description com.github.kwhat.jnativehook.example ExecutorService implementations for native event dispatch.com.github.kwhat.jnativehook.mouse 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 NativeMouseEvent Modifier and Type Method Description voidNativeHookDemo. 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.mouse Modifier and Type Class Description classNativeMouseWheelEventAn event which indicates that the mouse wheel was rotated on the system.Methods in com.github.kwhat.jnativehook.mouse with parameters of type NativeMouseEvent Modifier and Type Method Description protected 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)
-