Uses of Class
com.jniwrapper.win32.ui.Wnd.HotKey

Packages that use Wnd.HotKey
com.jniwrapper.win32.ui The com.jniwrapper.win32.ui package contains auxilious classes for working with native windows, such as Wnd, which provides you with useful window related functionality, WindowProc, which is designed for obtaining native window messages etc. 
 

Uses of Wnd.HotKey in com.jniwrapper.win32.ui
 

Methods in com.jniwrapper.win32.ui that return Wnd.HotKey
 Wnd.HotKey Wnd.getHotKey()
          Returns the currently set window hot key or null if hot key isn't set.
 

Methods in com.jniwrapper.win32.ui with parameters of type Wnd.HotKey
 void Wnd.setHotKey(Wnd.HotKey hotKey)
          Registers a system-wide hot key, which activates the window, that corresponds to this handle.