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

Packages that use CBTEvent.KeySkipped
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.KeySkipped in com.jniwrapper.win32.hook
 

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