Package org.lwjgl.system.windows
Contains bindings to native APIs specific to the Windows operating system.
See: Description
-
Interface Summary Interface Description WindowProcI An application-defined function that processes messages sent to a window. -
Class Summary Class Description DEVMODE Contains information about the initialization and environment of a printer or a display device.DEVMODE.Buffer An array ofDEVMODEstructs.DISPLAY_DEVICE Receives information about the display device specified by theiDevNumparameter of theUser32.EnumDisplayDevices(java.nio.ByteBuffer, int, org.lwjgl.system.windows.DISPLAY_DEVICE, int)function.DISPLAY_DEVICE.Buffer An array ofDISPLAY_DEVICEstructs.GDI32 Native bindings to wingdi.h and gdi32.dll.GDI32.Functions Contains the function pointers loaded from the gdi32SharedLibrary.GLYPHMETRICSFLOAT Contains information about the placement and orientation of a glyph in a character cell.GLYPHMETRICSFLOAT.Buffer An array ofGLYPHMETRICSFLOATstructs.MONITORINFOEX Contains information about a display monitor.MONITORINFOEX.Buffer An array ofMONITORINFOEXstructs.MSG Contains message information from a thread's message queue.MSG.Buffer An array ofMSGstructs.PIXELFORMATDESCRIPTOR Describes the pixel format of a drawing surface.PIXELFORMATDESCRIPTOR.Buffer An array ofPIXELFORMATDESCRIPTORstructs.POINT Defines the x- and y- coordinates of a point.POINT.Buffer An array ofPOINTstructs.POINTFLOAT Contains the x and y coordinates of a point.POINTFLOAT.Buffer An array ofPOINTFLOATstructs.POINTL Contains the coordinates of a point.POINTL.Buffer An array ofPOINTLstructs.RECT Defines the coordinates of the upper-left and lower-right corners of a rectangle.RECT.Buffer An array ofRECTstructs.TOUCHINPUT Encapsulates data for touch input.TOUCHINPUT.Buffer An array ofTOUCHINPUTstructs.User32 Native bindings to WinUser.h and user32.dll.User32.Functions Contains the function pointers loaded from the user32SharedLibrary.WinBase Native bindings to WinBase.h.WINDOWPLACEMENT Contains information about the placement of a window on the screen.WINDOWPLACEMENT.Buffer An array ofWINDOWPLACEMENTstructs.WindowProc An application-defined function that processes messages sent to a window.WindowsLibrary Implements aSharedLibraryon the Windows OS.WindowsUtil WNDCLASSEX Contains the window class attributes that are registered by theUser32.RegisterClassEx(org.lwjgl.system.windows.WNDCLASSEX)function.WNDCLASSEX.Buffer An array ofWNDCLASSEXstructs.
Package org.lwjgl.system.windows Description
Contains bindings to native APIs specific to the Windows operating system.