Class User32.Functions

java.lang.Object
org.lwjgl.system.windows.User32.Functions
Enclosing class:
User32

public static final class User32.Functions extends Object
Contains the function pointers loaded from the user32 SharedLibrary.
  • Field Details

    • RegisterClassEx

      public static final long RegisterClassEx
      Function address.
    • UnregisterClass

      public static final long UnregisterClass
      Function address.
    • CreateWindowEx

      public static final long CreateWindowEx
      Function address.
    • DestroyWindow

      public static final long DestroyWindow
      Function address.
    • DefWindowProc

      public static final long DefWindowProc
      Function address.
    • CallWindowProc

      public static final long CallWindowProc
      Function address.
    • ShowWindow

      public static final long ShowWindow
      Function address.
    • UpdateWindow

      public static final long UpdateWindow
      Function address.
    • SetWindowPos

      public static final long SetWindowPos
      Function address.
    • SetWindowText

      public static final long SetWindowText
      Function address.
    • GetMessage

      public static final long GetMessage
      Function address.
    • PeekMessage

      public static final long PeekMessage
      Function address.
    • TranslateMessage

      public static final long TranslateMessage
      Function address.
    • WaitMessage

      public static final long WaitMessage
      Function address.
    • DispatchMessage

      public static final long DispatchMessage
      Function address.
    • PostMessage

      public static final long PostMessage
      Function address.
    • SendMessage

      public static final long SendMessage
      Function address.
    • AdjustWindowRectEx

      public static final long AdjustWindowRectEx
      Function address.
    • GetWindowRect

      public static final long GetWindowRect
      Function address.
    • MoveWindow

      public static final long MoveWindow
      Function address.
    • GetWindowPlacement

      public static final long GetWindowPlacement
      Function address.
    • SetWindowPlacement

      public static final long SetWindowPlacement
      Function address.
    • IsWindowVisible

      public static final long IsWindowVisible
      Function address.
    • IsIconic

      public static final long IsIconic
      Function address.
    • IsZoomed

      public static final long IsZoomed
      Function address.
    • BringWindowToTop

      public static final long BringWindowToTop
      Function address.
    • SetWindowLongPtr

      public static final long SetWindowLongPtr
      Function address.
    • GetWindowLongPtr

      public static final long GetWindowLongPtr
      Function address.
    • SetClassLongPtr

      public static final long SetClassLongPtr
      Function address.
    • GetClassLongPtr

      public static final long GetClassLongPtr
      Function address.
    • SetLayeredWindowAttributes

      public static final long SetLayeredWindowAttributes
      Function address.
    • LoadIcon

      public static final long LoadIcon
      Function address.
    • LoadCursor

      public static final long LoadCursor
      Function address.
    • GetDC

      public static final long GetDC
      Function address.
    • ReleaseDC

      public static final long ReleaseDC
      Function address.
    • GetSystemMetrics

      public static final long GetSystemMetrics
      Function address.
    • RegisterTouchWindow

      public static final long RegisterTouchWindow
      Function address.
    • UnregisterTouchWindow

      public static final long UnregisterTouchWindow
      Function address.
    • IsTouchWindow

      public static final long IsTouchWindow
      Function address.
    • GetTouchInputInfo

      public static final long GetTouchInputInfo
      Function address.
    • CloseTouchInputHandle

      public static final long CloseTouchInputHandle
      Function address.
    • MonitorFromWindow

      public static final long MonitorFromWindow
      Function address.
    • GetMonitorInfo

      public static final long GetMonitorInfo
      Function address.
    • EnumDisplayDevices

      public static final long EnumDisplayDevices
      Function address.
    • EnumDisplaySettingsEx

      public static final long EnumDisplaySettingsEx
      Function address.
    • ChangeDisplaySettingsEx

      public static final long ChangeDisplaySettingsEx
      Function address.
    • GetCursorPos

      public static final long GetCursorPos
      Function address.
    • SetCursorPos

      public static final long SetCursorPos
      Function address.
    • ClipCursor

      public static final long ClipCursor
      Function address.
    • ShowCursor

      public static final long ShowCursor
      Function address.
    • SetCursor

      public static final long SetCursor
      Function address.
    • ClientToScreen

      public static final long ClientToScreen
      Function address.
    • GetAsyncKeyState

      public static final long GetAsyncKeyState
      Function address.
    • GetMessageExtraInfo

      public static final long GetMessageExtraInfo
      Function address.
    • SendInput

      public static final long SendInput
      Function address.
    • GetDpiForSystem

      public static final long GetDpiForSystem
      Function address.
    • GetDpiForWindow

      public static final long GetDpiForWindow
      Function address.
    • GetAwarenessFromDpiAwarenessContext

      public static final long GetAwarenessFromDpiAwarenessContext
      Function address.
    • GetThreadDpiAwarenessContext

      public static final long GetThreadDpiAwarenessContext
      Function address.
    • GetWindowDpiAwarenessContext

      public static final long GetWindowDpiAwarenessContext
      Function address.
    • IsValidDpiAwarenessContext

      public static final long IsValidDpiAwarenessContext
      Function address.
    • SetThreadDpiAwarenessContext

      public static final long SetThreadDpiAwarenessContext
      Function address.