public final class User32Util extends Object
User32.dll
.Modifier and Type | Class and Description |
---|---|
static class |
User32Util.MessageLoopThread
Helper class, that runs a windows message loop as a seperate thread.
|
Constructor and Description |
---|
User32Util() |
Modifier and Type | Method and Description |
---|---|
static WinDef.HWND |
createWindow(String className,
String windowName,
int style,
int x,
int y,
int width,
int height,
WinDef.HWND parent,
WinDef.HMENU menu,
WinDef.HINSTANCE instance,
WinDef.LPVOID param) |
static WinDef.HWND |
createWindowEx(int exStyle,
String className,
String windowName,
int style,
int x,
int y,
int width,
int height,
WinDef.HWND parent,
WinDef.HMENU menu,
WinDef.HINSTANCE instance,
WinDef.LPVOID param) |
static void |
destroyWindow(WinDef.HWND hWnd) |
static List<WinUser.RAWINPUTDEVICELIST> |
GetRawInputDeviceList() |
static int |
registerWindowMessage(String lpString) |
public static final int registerWindowMessage(String lpString)
public static final WinDef.HWND createWindow(String className, String windowName, int style, int x, int y, int width, int height, WinDef.HWND parent, WinDef.HMENU menu, WinDef.HINSTANCE instance, WinDef.LPVOID param)
public static final WinDef.HWND createWindowEx(int exStyle, String className, String windowName, int style, int x, int y, int width, int height, WinDef.HWND parent, WinDef.HMENU menu, WinDef.HINSTANCE instance, WinDef.LPVOID param)
public static final void destroyWindow(WinDef.HWND hWnd)
public static final List<WinUser.RAWINPUTDEVICELIST> GetRawInputDeviceList()