Uses of Class
com.github.kwhat.jnativehook.AbstractSwingInputAdapter
-
Packages that use AbstractSwingInputAdapter Package Description com.github.kwhat.jnativehook.keyboard Classes used for native keyboard events.com.github.kwhat.jnativehook.mouse Classes used for native mouse events. -
-
Uses of AbstractSwingInputAdapter in com.github.kwhat.jnativehook.keyboard
Subclasses of AbstractSwingInputAdapter in com.github.kwhat.jnativehook.keyboard Modifier and Type Class Description classSwingKeyAdapterAdapter to convert NativeKeyEvents to Java KeyEvents. -
Uses of AbstractSwingInputAdapter in com.github.kwhat.jnativehook.mouse
Subclasses of AbstractSwingInputAdapter in com.github.kwhat.jnativehook.mouse Modifier and Type Class Description classSwingMouseAdapterAdapter to convert NativeKeyEvents to Java KeyEvents.classSwingMouseWheelAdapterAdapter to convert NativeKeyEvents to Java KeyEvents.
-