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

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

Methods in com.jniwrapper.win32.hook with parameters of type CBTEvent.QS
 void CBTHookListener.qs(CBTEvent.QS event)
          Specifies the event when the system has retrieved a WM_QUEUESYNC message from the system message queue.
 void CBTHookAdapter.qs(CBTEvent.QS event)