Uses of Class
com.jniwrapper.win32.hook.CBTEvent.ClickSkipped

Packages that use CBTEvent.ClickSkipped
com.jniwrapper.win32.hook The com.jniwrapper.win32.hook package contains classes, which allows you to work with native hooks, such as keyboard hook, mouse hook, system idle tracker etc. 
 

Uses of CBTEvent.ClickSkipped in com.jniwrapper.win32.hook
 

Methods in com.jniwrapper.win32.hook with parameters of type CBTEvent.ClickSkipped
 void CBTHookListener.clickSkipped(CBTEvent.ClickSkipped event)
          Specifies the event when the system has removed a mouse message from the system message queue.
 void CBTHookAdapter.clickSkipped(CBTEvent.ClickSkipped event)