@NonnullDefault
See: Description
| Interface | Description |
|---|---|
| WindowProcI |
An application-defined function that processes messages sent to a window.
|
| Class | Description |
|---|---|
| DEVMODE |
Contains information about the initialization and environment of a printer or a display device.
|
| DEVMODE.Buffer |
An array of
DEVMODE structs. |
| DISPLAY_DEVICE |
Receives information about the display device specified by the
iDevNum parameter of the User32.EnumDisplayDevices(java.nio.ByteBuffer, int, org.lwjgl.system.windows.DISPLAY_DEVICE, int) function. |
| DISPLAY_DEVICE.Buffer |
An array of
DISPLAY_DEVICE structs. |
| GDI32 |
Native bindings to wingdi.h and gdi32.dll.
|
| GDI32.Functions |
Contains the function pointers loaded from the gdi32
SharedLibrary. |
| HARDWAREINPUT |
Contains information about a simulated message generated by an input device other than a keyboard or mouse.
|
| HARDWAREINPUT.Buffer |
An array of
HARDWAREINPUT structs. |
| INPUT |
Used by
User32.SendInput(org.lwjgl.system.windows.INPUT.Buffer, int) to store information for synthesizing input events such as keystrokes, mouse movement, and mouse clicks. |
| INPUT.Buffer |
An array of
INPUT structs. |
| KEYBDINPUT |
Contains information about a simulated keyboard event.
|
| KEYBDINPUT.Buffer |
An array of
KEYBDINPUT structs. |
| MONITORINFOEX |
Contains information about a display monitor.
|
| MONITORINFOEX.Buffer |
An array of
MONITORINFOEX structs. |
| MOUSEINPUT |
Contains information about a simulated mouse event.
|
| MOUSEINPUT.Buffer |
An array of
MOUSEINPUT structs. |
| MSG |
Contains message information from a thread's message queue.
|
| MSG.Buffer |
An array of
MSG structs. |
| PIXELFORMATDESCRIPTOR |
Describes the pixel format of a drawing surface.
|
| PIXELFORMATDESCRIPTOR.Buffer |
An array of
PIXELFORMATDESCRIPTOR structs. |
| POINT |
Defines the x- and y- coordinates of a point.
|
| POINT.Buffer |
An array of
POINT structs. |
| POINTL |
Contains the coordinates of a point.
|
| POINTL.Buffer |
An array of
POINTL structs. |
| RECT |
Defines the coordinates of the upper-left and lower-right corners of a rectangle.
|
| RECT.Buffer |
An array of
RECT structs. |
| SECURITY_ATTRIBUTES |
Contains the security descriptor for an object and specifies whether the handle retrieved by specifying this structure is inheritable.
|
| SECURITY_ATTRIBUTES.Buffer |
An array of
SECURITY_ATTRIBUTES structs. |
| TOUCHINPUT |
Encapsulates data for touch input.
|
| TOUCHINPUT.Buffer |
An array of
TOUCHINPUT structs. |
| User32 |
Native bindings to WinUser.h and user32.dll.
|
| User32.Functions |
Contains the function pointers loaded from the user32
SharedLibrary. |
| WinBase |
Native bindings to WinBase.h.
|
| WINDOWPLACEMENT |
Contains information about the placement of a window on the screen.
|
| WINDOWPLACEMENT.Buffer |
An array of
WINDOWPLACEMENT structs. |
| WindowProc |
An application-defined function that processes messages sent to a window.
|
| WNDCLASSEX |
Contains the window class attributes that are registered by the
User32.RegisterClassEx(org.lwjgl.system.windows.WNDCLASSEX) function. |
| WNDCLASSEX.Buffer |
An array of
WNDCLASSEX structs. |
Copyright LWJGL. All Rights Reserved. License terms.